Skip to content

Commit

Permalink
Cargo.toml: enforcing 80 characters limit
Browse files Browse the repository at this point in the history
  • Loading branch information
dannywillems committed Dec 9, 2024
1 parent 774632d commit a121afe
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/lib/crypto/kimchi_bindings/wasm/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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" }
Expand Down

0 comments on commit a121afe

Please sign in to comment.