Skip to content

Commit

Permalink
use latest master commit
Browse files Browse the repository at this point in the history
  • Loading branch information
kevaundray committed Jun 5, 2023
1 parent ae7ac21 commit b6dc7a2
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
5 changes: 5 additions & 0 deletions Cargo.lock

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

6 changes: 5 additions & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ noirc_frontend = { path = "crates/noirc_frontend" }
noir_wasm = { path = "crates/wasm" }

cfg-if = "1.0.0"
clap = { version = "4.1.4", features = ["derive"]}
clap = { version = "4.1.4", features = ["derive"] }
codespan = "0.9.5"
codespan-reporting = "0.9.5"
chumsky = { git = "https://github.com/jfecher/chumsky", rev = "ad9d312" }
Expand All @@ -50,3 +50,7 @@ toml = "0.7.2"
url = "2.2.0"
wasm-bindgen = { version = "0.2.83", features = ["serde-serialize"] }
wasm-bindgen-test = "0.3.33"


[patch.crates-io]
acvm = { git = "https://github.com/noir-lang/acvm", rev = "3d2a6705854514ed5189b7ad21552d9578245948" }

0 comments on commit b6dc7a2

Please sign in to comment.