Skip to content

Commit

Permalink
chore(cargo): update deps
Browse files Browse the repository at this point in the history
  • Loading branch information
Maddiaa0 committed Jul 4, 2023
1 parent a559f73 commit 7707f12
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 11 deletions.
16 changes: 10 additions & 6 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 Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ edition = "2021"
rust-version = "1.66"

[workspace.dependencies]
acvm = { git = "https://github.com/noir-lang/acvm", rev = "9a3ff5afd90340b96391271d592a636d89555104" }
acvm = { git = "https://github.com/noir-lang/acvm", branch = "md/hackathon-patch" }
arena = { path = "crates/arena" }
fm = { path = "crates/fm" }
iter-extended = { path = "crates/iter-extended" }
Expand Down
1 change: 0 additions & 1 deletion crates/nargo_cli/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,6 @@ tokio = { version = "1.0", features = ["io-std"] }

# Backends
acvm-backend-barretenberg = { git = "https://github.com/noir-lang/acvm-backend-barretenberg", branch="md/hackathon", default-features = false }
# acvm-backend-barretenberg = { version = "0.5.1", default-features = false }


[dev-dependencies]
Expand Down
6 changes: 3 additions & 3 deletions flake.lock

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

0 comments on commit 7707f12

Please sign in to comment.