Skip to content

Commit

Permalink
chore: make circom-scotia depend on released version of bellpepper-co…
Browse files Browse the repository at this point in the history
…re (#30)
  • Loading branch information
huitseeker committed Feb 21, 2024
1 parent d526f72 commit 61406a1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ rust-version="1.70.0"

[dependencies]
anyhow = "1.0.65"
bellpepper-core = { git = "https://github.com/lurk-lab/bellpepper", branch = "dev" }
bellpepper-core = { version = "0.4.0" }
byteorder = "1.4.3"
cfg-if = "1.0.0"
crypto-bigint = { version = "0.5.2", features = ["serde"] }
Expand Down

0 comments on commit 61406a1

Please sign in to comment.