Skip to content

Commit

Permalink
chore: remove version from test-utils dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
bobbinth committed Jun 29, 2023
1 parent 410c261 commit 4514ee7
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion miden/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,6 @@ criterion = "0.5"
escargot = "0.5.7"
num-bigint = "0.4"
predicates = "3.0"
test-utils = { package = "miden-test-utils", path = "../test-utils", version = "0.1" }
test-utils = { package = "miden-test-utils", path = "../test-utils" }
vm-core = { package = "miden-core", path = "../core", version = "0.6" }
winter-fri = { package = "winter-fri", version = "0.6" }
2 changes: 1 addition & 1 deletion processor/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,6 @@ winter-prover = { package = "winter-prover", version = "0.6", default-features =
logtest = { version = "2.0", default-features = false }
miden-assembly = { package = "miden-assembly", path = "../assembly", version = "0.6", default-features = false }
rand-utils = { package = "winter-rand-utils", version = "0.6" }
test-utils = { package = "miden-test-utils", path = "../test-utils", version = "0.1" }
test-utils = { package = "miden-test-utils", path = "../test-utils" }
winter-fri = { package = "winter-fri", version = "0.6" }
winter-utils = { package = "winter-utils", version = "0.6" }
2 changes: 1 addition & 1 deletion stdlib/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ processor = { package = "miden-processor", path = "../processor", version = "0.6
serde_json = "1.0.94"
sha2 = "0.10.6"
sha3 = "0.10.6"
test-utils = { package = "miden-test-utils", path = "../test-utils", version = "0.1" }
test-utils = { package = "miden-test-utils", path = "../test-utils" }
winter-air = { package = "winter-air", version = "0.6" }
winter-fri = { package = "winter-fri", version = "0.6" }

Expand Down

0 comments on commit 4514ee7

Please sign in to comment.