diff --git a/taiga_halo2/Cargo.toml b/taiga_halo2/Cargo.toml index 87a87e75..b35a73de 100644 --- a/taiga_halo2/Cargo.toml +++ b/taiga_halo2/Cargo.toml @@ -7,11 +7,11 @@ edition = "2021" rand = "0.8" lazy_static = "1.4" blake2b_simd = "1.0" -pasta_curves = "0.5.1" +pasta_curves = {git = "https://github.com/heliaxdev/pasta_curves", branch = "taiga"} ff = "0.13" group = "0.13" -halo2_gadgets = { version = "0.3", features = ["test-dependencies"] } -halo2_proofs = { version = "0.3", features = ["dev-graph"] } +halo2_gadgets = {git = "https://github.com/heliaxdev/halo2", branch = "taiga", features = ["test-dependencies"]} +halo2_proofs = {git = "https://github.com/heliaxdev/halo2", branch = "taiga", features = ["dev-graph"]} bitvec = "1.0" subtle = { version = "2.3", default-features = false } dyn-clone = "1.0"