Skip to content

Commit

Permalink
Kimchi-bindings/wasm: stop using nightly and rm ft get_mut_unchecked
Browse files Browse the repository at this point in the history
  • Loading branch information
dannywillems committed Dec 11, 2024
1 parent a73c7c8 commit f13638b
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion src/lib/crypto/kimchi_bindings/wasm/rust-toolchain.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@
# This should stay in line with the versions in
# - kimchi_bindings/js/node_js/build.sh
# - kimchi_bindings/js/web/build.sh
channel = "nightly-2023-09-01" # roughly matches 1.72
channel = "1.72"
1 change: 0 additions & 1 deletion src/lib/crypto/kimchi_bindings/wasm/src/lib.rs
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
#![feature(get_mut_unchecked)]
//! The Marlin_plonk_stubs crate exports some functionalities
//! and structures from the following the Rust crates to OCaml:
//!
Expand Down

0 comments on commit f13638b

Please sign in to comment.