Skip to content

Commit 442f04f

Browse files
committed
Remove version from test crate
Signed-off-by: lovesh <lovesh.bond@gmail.com>
1 parent 6ab4b9e commit 442f04f

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

benches/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ license.workspace = true
99
bbs_plus = { version = "0.15.0", default-features = false, path = "../bbs_plus" }
1010
schnorr_pok = { version = "0.13.0", default-features = false, path = "../schnorr_pok" }
1111
vb_accumulator = { version = "0.16.0", default-features = false, path = "../vb_accumulator" }
12-
test_utils = { version = "0.1.0", default-features = false, path = "../test_utils" }
12+
test_utils = { default-features = false, path = "../test_utils" }
1313
ark-ff.workspace = true
1414
ark-ec.workspace = true
1515
ark-std.workspace = true

oblivious_transfer/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ blake2.workspace = true
3030
ark-bls12-381.workspace = true
3131
serde_json = "1.0"
3232
rmp-serde = "1.0"
33-
test_utils = { version = "0.1.0", path = "../test_utils" }
33+
test_utils = { path = "../test_utils" }
3434

3535
[build-dependencies]
3636
cc = "1.0.77"

proof_system/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ ark-bls12-381.workspace = true
3939
blake2.workspace = true
4040
serde_json = "1.0"
4141
rmp-serde = "1.0"
42-
test_utils = { version = "0.1.0", default-features = false, path = "../test_utils" }
42+
test_utils = { default-features = false, path = "../test_utils" }
4343

4444
[features]
4545
default = ["parallel"]

secret_sharing_and_dkg/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ blake2.workspace = true
2626
ark-bls12-381.workspace = true
2727
serde_json = "1.0"
2828
rmp-serde = "1.0"
29-
test_utils = { version = "0.1.0", path = "../test_utils" }
29+
test_utils = { path = "../test_utils" }
3030

3131
[features]
3232
default = [ "parallel" ]

0 commit comments

Comments
 (0)