Skip to content

Commit

Permalink
restore Cargo.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
TomasArrachea committed Jan 15, 2025
1 parent 35e9a86 commit 07b565d
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ members = [
"crates/rpc",
"crates/store",
"crates/utils",
"crates/test-macro",
"crates/test-macro",
]

resolver = "2"
Expand All @@ -28,17 +28,17 @@ readme = "README.md"
[workspace.dependencies]
assert_matches = { version = "1.5" }
miden-air = { version = "0.11" }
miden-lib = { path = "/Users/tomas/Lambda/miden-base/miden-lib" }
miden-lib = { git = "https://github.com/0xPolygonMiden/miden-base.git", branch = "next" }
miden-node-block-producer = { path = "crates/block-producer", version = "0.6" }
miden-node-proto = { path = "crates/proto", version = "0.6" }
miden-node-rpc = { path = "crates/rpc", version = "0.6" }
miden-node-store = { path = "crates/store", version = "0.6" }
miden-node-test-macro = { path = "crates/test-macro" }
miden-node-utils = { path = "crates/utils", version = "0.6" }
miden-objects = { package = "miden-objects", path = "/Users/tomas/Lambda/miden-base/objects" }
miden-objects = { git = "https://github.com/0xPolygonMiden/miden-base.git", branch = "next" }
miden-processor = { version = "0.11" }
miden-stdlib = { version = "0.11", default-features = false }
miden-tx = { path = "/Users/tomas/Lambda/miden-base/miden-tx" }
miden-tx = { git = "https://github.com/0xPolygonMiden/miden-base.git", branch = "next" }
prost = { version = "0.13" }
rand = { version = "0.8" }
thiserror = { version = "2.0", default-features = false }
Expand Down

0 comments on commit 07b565d

Please sign in to comment.