mirror of
https://github.com/enricobottazzi/zk-fhe.git
synced 2026-01-09 05:08:04 -05:00
chore: fix deps
This commit is contained in:
@@ -9,7 +9,7 @@ edition = "2021"
|
||||
axiom-eth = { git = "https://github.com/axiom-crypto/axiom-eth.git", branch = "community-edition", default-features = false, features = ["halo2-axiom", "aggregation", "evm", "clap"] }
|
||||
halo2-base = { git = "https://github.com/axiom-crypto/halo2-lib", tag = "v0.3.0-ce" }
|
||||
halo2-scaffold = {git = "https://github.com/axiom-crypto/halo2-scaffold" }
|
||||
clap = { version = "=4.1", features = ["derive"] }
|
||||
clap = { version = "=4.0.13", features = ["derive"] }
|
||||
serde = { version = "=1.0", default-features = false, features = ["derive"] }
|
||||
env_logger = "=0.10"
|
||||
rand = "0.8"
|
||||
|
||||
Reference in New Issue
Block a user