Skip to content

Commit

Permalink
chore: bump rust version
Browse files Browse the repository at this point in the history
  • Loading branch information
huitseeker committed Apr 25, 2024
1 parent 5268c20 commit a7cbbda
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion rust-toolchain.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[toolchain]
# The default profile includes rustc, rust-std, cargo, rust-docs, rustfmt and clippy.
profile = "default"
channel = "1.76.0"
channel = "1.77"
targets = [ "wasm32-unknown-unknown" ]

1 change: 1 addition & 0 deletions src/bellpepper/test_shape_cs.rs
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ use ff::{Field, PrimeField};
#[derive(Clone, Copy)]
struct OrderedVariable(Variable);

#[allow(dead_code)]
#[derive(Debug)]
enum NamedObject {
Constraint(usize),
Expand Down

0 comments on commit a7cbbda

Please sign in to comment.