fix versioning problems

This commit is contained in:
ChickenLover
2024-02-09 15:55:36 +07:00
parent b5923a1791
commit a65f44ad31
4 changed files with 8 additions and 2 deletions

View File

@@ -11,7 +11,7 @@ icicle-bls12-377 = { path = "../../../wrappers/rust/icicle-curves/icicle-bls12-3
ark-bn254 = { version = "0.4.0", optional = true}
ark-bls12-377 = { version = "0.4.0", optional = true}
ark-ec = { version = "0.4.0", optional = true}
clap = { version = "4.4.12", features = ["derive"] }
clap = { version = "<=4.4.12", features = ["derive"] }
[features]
arkworks = ["ark-bn254", "ark-bls12-377", "ark-ec", "icicle-core/arkworks", "icicle-bn254/arkworks", "icicle-bls12-377/arkworks"]

View File

@@ -0,0 +1,3 @@
[toolchain]
channel = "1.70.0"
components = ["rustfmt"]

View File

@@ -14,7 +14,7 @@ ark-poly = "0.4.0"
ark-std = "0.4.0"
ark-bn254 = { version = "0.4.0" }
ark-bls12-377 = { version = "0.4.0" }
clap = { version = "4.4.12", features = ["derive"] }
clap = { version = "<=4.4.12", features = ["derive"] }
[features]
profile = []

View File

@@ -0,0 +1,3 @@
[toolchain]
channel = "1.70.0"
components = ["rustfmt"]