Skip to content

Commit

Permalink
chore: refresh Cargo.lock
Browse files Browse the repository at this point in the history
  • Loading branch information
bobbinth committed Aug 7, 2024
1 parent 067c505 commit f1a73a2
Show file tree
Hide file tree
Showing 4 changed files with 21 additions and 35 deletions.
28 changes: 14 additions & 14 deletions Cargo.lock

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

2 changes: 1 addition & 1 deletion air/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -31,10 +31,10 @@ std = ["vm-core/std", "winter-air/std", "thiserror/std"]
testing = []

[dependencies]
thiserror = { package = "miden-thiserror", version = "1.0", default-features = false }
vm-core = { package = "miden-core", path = "../core", version = "0.10", default-features = false }
winter-air = { package = "winter-air", version = "0.9", default-features = false }
winter-prover = { package = "winter-prover", version = "0.9", default-features = false }
thiserror = { package = "miden-thiserror", version = "1.0", default-features = false }

[dev-dependencies]
criterion = "0.5"
Expand Down
18 changes: 3 additions & 15 deletions assembly/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,13 +19,7 @@ doctest = false

[features]
default = ["std"]
std = [
"aho-corasick/std",
"vm-core/std",
"miette/fancy",
"thiserror/std",
"miette/std",
]
std = ["aho-corasick/std", "miette/fancy", "miette/std", "thiserror/std", "vm-core/std"]
testing = ["dep:regex"]

[dependencies]
Expand All @@ -36,15 +30,9 @@ miette = { package = "miden-miette", version = "7.1", default-features = false,
"derive"
] }
regex = { version = "1.10", optional = true, default-features = false, features = ["unicode", "perf"] }
smallvec = { version = "1.13", features = [
"union",
"const_generics",
"const_new",
] }
tracing = { version = "0.1", default-features = false, features = [
"attributes",
] }
smallvec = { version = "1.13", features = ["union", "const_generics", "const_new"] }
thiserror = { package = "miden-thiserror", version = "1.0", default-features = false }
tracing = { version = "0.1", default-features = false, features = ["attributes"] }
unicode-width = { version = "0.1", features = ["no_std"] }
vm-core = { package = "miden-core", path = "../core", version = "0.10", default-features = false, features = [
"diagnostics",
Expand Down
8 changes: 3 additions & 5 deletions processor/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -24,16 +24,14 @@ testing = ["miden-air/testing"]
std = ["vm-core/std", "winter-prover/std"]

[dependencies]
tracing = { version = "0.1", default-features = false, features = [
"attributes",
] }
vm-core = { package = "miden-core", path = "../core", version = "0.10", default-features = false }
miden-air = { package = "miden-air", path = "../air", version = "0.10", default-features = false }
tracing = { version = "0.1", default-features = false, features = ["attributes"] }
vm-core = { package = "miden-core", path = "../core", version = "0.10", default-features = false }
winter-prover = { package = "winter-prover", version = "0.9", default-features = false }

[dev-dependencies]
logtest = { version = "2.0", default-features = false }
assembly = { package = "miden-assembly", path = "../assembly", version = "0.10", default-features = false }
logtest = { version = "2.0", default-features = false }
test-utils = { package = "miden-test-utils", path = "../test-utils" }
winter-fri = { package = "winter-fri", version = "0.9" }
winter-utils = { package = "winter-utils", version = "0.9" }

0 comments on commit f1a73a2

Please sign in to comment.