Skip to content

Commit

Permalink
chore: pin Rust version
Browse files Browse the repository at this point in the history
This prevents unexpected errors/warnings due to new/updated lints.
  • Loading branch information
mlegner committed May 21, 2024
1 parent fdea7e6 commit f438492
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ jobs:
- 'crates/**'
- 'Cargo.toml'
- 'Cargo.lock'
- 'rust-toolchain'
- 'rust-toolchain.toml'
- '.github/workflows/rust.yml'
dependencies:
Expand Down
2 changes: 1 addition & 1 deletion rust-toolchain → rust-toolchain.toml
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
[toolchain]
channel = "stable"
channel = "1.78"
components = [ "clippy", "rustfmt" ]

0 comments on commit f438492

Please sign in to comment.