diff --git a/src/lib/crypto/kimchi_bindings/wasm/Cargo.toml b/src/lib/crypto/kimchi_bindings/wasm/Cargo.toml index c4abd9a5775..1be61923e36 100644 --- a/src/lib/crypto/kimchi_bindings/wasm/Cargo.toml +++ b/src/lib/crypto/kimchi_bindings/wasm/Cargo.toml @@ -23,8 +23,8 @@ libc = "0.2.62" num-bigint = { version = "0.4.0" } once_cell = "1.10.0" paste = "1.0.5" -# Version for proc-macro2 needs to be 1.0.60+ to be compatible with newer rust versions -# https://github.com/rust-lang/rust/issues/113152 +# Version for proc-macro2 needs to be 1.0.60+ to be compatible with newer rust +# versions https://github.com/rust-lang/rust/issues/113152 proc-macro2 = { version = "=1.0.66", features = ["default", "proc-macro"] } quote = "1.0.31" rand = { version = "0.8.0" }