Skip to content

Commit

Permalink
chore: move stdlib vm_core to dev-dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
bobbinth committed Nov 26, 2024
1 parent 05a0a30 commit 6789011
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions stdlib/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,6 @@ with-debug-info = []

[dependencies]
assembly = { package = "miden-assembly", path = "../assembly", version = "0.11", default-features = false }
vm-core = { package = "miden-core", path = "../core", version = "0.11", default-features = false }

[dev-dependencies]
blake3 = "1.5"
Expand All @@ -49,9 +48,9 @@ serde_json = "1.0"
sha2 = "0.10"
sha3 = "0.10"
test-utils = { package = "miden-test-utils", path = "../test-utils" }
vm-core = { package = "miden-core", path = "../core", version = "0.11", default-features = false }
winter-air = { package = "winter-air", version = "0.11" }
winter-fri = { package = "winter-fri", version = "0.11" }


[build-dependencies]
assembly = { package = "miden-assembly", path = "../assembly", version = "0.11" }

0 comments on commit 6789011

Please sign in to comment.