Skip to content

Commit

Permalink
Remove version from test crate
Browse files Browse the repository at this point in the history
Signed-off-by: lovesh <[email protected]>
  • Loading branch information
lovesh committed Jun 23, 2023
1 parent 6ab4b9e commit 442f04f
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion benches/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ license.workspace = true
bbs_plus = { version = "0.15.0", default-features = false, path = "../bbs_plus" }
schnorr_pok = { version = "0.13.0", default-features = false, path = "../schnorr_pok" }
vb_accumulator = { version = "0.16.0", default-features = false, path = "../vb_accumulator" }
test_utils = { version = "0.1.0", default-features = false, path = "../test_utils" }
test_utils = { default-features = false, path = "../test_utils" }
ark-ff.workspace = true
ark-ec.workspace = true
ark-std.workspace = true
Expand Down
2 changes: 1 addition & 1 deletion oblivious_transfer/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ blake2.workspace = true
ark-bls12-381.workspace = true
serde_json = "1.0"
rmp-serde = "1.0"
test_utils = { version = "0.1.0", path = "../test_utils" }
test_utils = { path = "../test_utils" }

[build-dependencies]
cc = "1.0.77"
Expand Down
2 changes: 1 addition & 1 deletion proof_system/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ ark-bls12-381.workspace = true
blake2.workspace = true
serde_json = "1.0"
rmp-serde = "1.0"
test_utils = { version = "0.1.0", default-features = false, path = "../test_utils" }
test_utils = { default-features = false, path = "../test_utils" }

[features]
default = ["parallel"]
Expand Down
2 changes: 1 addition & 1 deletion secret_sharing_and_dkg/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ blake2.workspace = true
ark-bls12-381.workspace = true
serde_json = "1.0"
rmp-serde = "1.0"
test_utils = { version = "0.1.0", path = "../test_utils" }
test_utils = { path = "../test_utils" }

[features]
default = [ "parallel" ]
Expand Down

0 comments on commit 442f04f

Please sign in to comment.