Skip to content

Commit

Permalink
Upgraded the toolchain to 1.76.0.
Browse files Browse the repository at this point in the history
  • Loading branch information
murisi committed Feb 27, 2024
1 parent 3049232 commit 91c43b8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion masp_proofs/src/circuit/ecc.rs
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ where

for (i, (chunk, window)) in by.chunks(3).zip(base.iter()).enumerate() {
let chunk_a = chunk
.get(0)
.first()
.cloned()
.unwrap_or_else(|| Boolean::constant(false));
let chunk_b = chunk
Expand Down
2 changes: 1 addition & 1 deletion rust-toolchain.toml
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
[toolchain]
channel = "1.70.0"
channel = "1.76.0"
components = [ "clippy", "rustfmt" ]

0 comments on commit 91c43b8

Please sign in to comment.