Skip to content

Commit

Permalink
chore: cleanup and sort dependencies in package/Cargo.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
greenhat committed Feb 12, 2025
1 parent 3be034e commit 5dfc510
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 45 deletions.
40 changes: 0 additions & 40 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 1 addition & 5 deletions package/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,13 +18,9 @@ bench = false
doctest = false

[dependencies]
vm-core = { package = "miden-core", path = "../core", version = "0.13", default-features = false }
assembly = { package = "miden-assembly", path = "../assembly", version = "0.13", default-features = false }
serde = { version = "1.0.208", features = ["alloc", "rc", "serde_derive"] }
serde_bytes = "0.11.15"
serde_repr = "0.1.19"
bitcode = { version = "0.6.3", default-features = false, features = ["serde"] }
derive_more = "0.99"
vm-core = { package = "miden-core", path = "../core", version = "0.13", default-features = false }

[dev-dependencies]
proptest = "1.6"
Expand Down

0 comments on commit 5dfc510

Please sign in to comment.