Merge remote-tracking branch 'origin/pin-toolchain' into add-duplicate-function

This commit is contained in:
Jaremy Creechley 2024-06-03 17:02:05 +01:00
commit d98f2f2a1b
No known key found for this signature in database
GPG Key ID: 4E66FB67B21D3300
2 changed files with 3 additions and 1 deletions

View File

@ -18,7 +18,7 @@ crate-type = [
[dependencies]
ark-circom = { git = "https://github.com/codex-storage/circom-compat.git#71f1ceb11aef27256", features = ["circom-2", "ethereum"]}
ark-circom = { git = "https://github.com/codex-storage/circom-compat.git", rev = "71f1ceb11aef27256", features = ["circom-2", "ethereum"]}
ark-crypto-primitives = { version = "=0.4.0" }
ark-ec = { version = "=0.4.1", default-features = false, features = ["parallel"] }

2
rust-toolchain.toml Normal file
View File

@ -0,0 +1,2 @@
[toolchain]
channel = "1.67.0"