Skip to content

Commit

Permalink
chore: don't use self-reference dev-dependencies from workspace
Browse files Browse the repository at this point in the history
  • Loading branch information
bobbinth committed Aug 27, 2024
1 parent 0ee8657 commit 53fb48c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion miden-tx/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -34,5 +34,5 @@ vm-processor = { workspace = true }
winter-maybe-async = { version = "0.10" }

[dev-dependencies]
miden-tx = { workspace = true, features = ["testing"] }
miden-tx = { path = ".", features = ["testing"] }
rand_chacha = { version = "0.3", default-features = false }
2 changes: 1 addition & 1 deletion objects/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,6 @@ winter-rand-utils = { version = "0.9", optional = true }

[dev-dependencies]
criterion = { version = "0.5", default-features = false, features = ["html_reports"] }
miden-objects = { workspace = true, features = ["testing"] }
miden-objects = { path = ".", features = ["testing"] }
rstest = { version = "0.22" }
tempfile = { version = "3.12" }

0 comments on commit 53fb48c

Please sign in to comment.