Skip to content

Commit

Permalink
Upgrade Rust version
Browse files Browse the repository at this point in the history
  • Loading branch information
dmidem committed Dec 18, 2023
1 parent 098d93d commit 294eac0
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ repository = "https://github.com/zcash/librustzcash"
readme = "README.md"
license = "MIT OR Apache-2.0"
edition = "2021"
rust-version = "1.56.1"
rust-version = "1.61.0"
categories = ["cryptography::cryptocurrencies"]

[package.metadata.docs.rs]
Expand Down
4 changes: 2 additions & 2 deletions rust-toolchain.toml
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
[toolchain]
channel = "1.56.1"
components = ["clippy", "rustfmt"]
channel = "1.61.0"
components = [ "clippy", "rustfmt" ]

0 comments on commit 294eac0

Please sign in to comment.