Skip to content

Commit

Permalink
Update rust version in rust-toolchain.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
vivekvpandya committed Oct 6, 2023
1 parent 0646fc5 commit 6703d3b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion poseidon2-starky/rust-toolchain.toml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
[toolchain]
channel = "nightly-2023-06-28"
channel = "nightly-2023-10-01"
components = ["rustfmt", "rust-src"]
profile = "minimal"
2 changes: 1 addition & 1 deletion poseidon2-starky/src/lib.rs
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#![allow(incomplete_features)]
#![feature(generic_const_exprs)]
#![feature(stmt_expr_attributes)]
#![feature(no_coverage)]
#![feature(coverage_attribute)]
#![feature(register_tool)]
#![register_tool(tarpaulin)]
#![deny(clippy::pedantic)]
Expand Down

0 comments on commit 6703d3b

Please sign in to comment.