Skip to content

Commit

Permalink
8
Browse files Browse the repository at this point in the history
  • Loading branch information
Fumuran committed Apr 22, 2024
1 parent cb5f0e4 commit aa1de52
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bench-tx/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ std = ["miden-lib/std", "miden-objects/std", "miden-tx/std", "vm-processor/std",
[dependencies]
miden-lib = { package = "miden-lib", path = "../miden-lib", version = "0.3", default-features = false }
miden-objects = { package = "miden-objects", path = "../objects", version = "0.3", default-features = false }
miden-tx = { package = "miden-tx", path = "../miden-tx", version = "0.3" }
miden-tx = { package = "miden-tx", path = "../miden-tx", version = "0.3", default-features = false }
mock = { package = "miden-mock", path = "../mock", features = ["std"], default-features = false, optional = true }
serde_json = { package = "serde_json", version = "1.0" }
vm-processor = { workspace = true }

0 comments on commit aa1de52

Please sign in to comment.