Skip to content

Commit

Permalink
Merge pull request #62 from pacu/add-toolchain-file
Browse files Browse the repository at this point in the history
Add Toolchain file to enforce minimum rustc version
  • Loading branch information
str4d authored Dec 19, 2024
2 parents 44f4824 + 332139a commit 69ec93c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
name = "zcash-devtool"
version = "0.1.0"
edition = "2021"
rust-version = "1.70"
rust-version = "1.81"
license = "MIT OR Apache-2.0"
publish = false

Expand Down
3 changes: 3 additions & 0 deletions rust-toolchain.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
[toolchain]
channel = "stable"
components = [ "clippy", "rustfmt" ]

0 comments on commit 69ec93c

Please sign in to comment.