Skip to content

Commit

Permalink
actions-fix: update toolchain to nightly for cargo fmt to use crate i…
Browse files Browse the repository at this point in the history
…mports granularity
  • Loading branch information
clowzed committed Jun 24, 2024
1 parent 5fa7368 commit 017ab86
Show file tree
Hide file tree
Showing 3 changed files with 1,219 additions and 1,219 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ jobs:
- uses: "actions-rs/toolchain@v1"
with:
profile: "minimal"
toolchain: "stable"
toolchain: "nightly"
override: true

- run: "rustup component add rustfmt"
Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "sero"
version = "0.2.1"
version = "0.2.2"
edition = "2021"
authors = ["clowzed <[email protected]>"]
description = "Muiltidomain static site hosting"
Expand Down
Loading

0 comments on commit 017ab86

Please sign in to comment.