Skip to content

Commit

Permalink
example deps update
Browse files Browse the repository at this point in the history
  • Loading branch information
Bartosz Nowak committed Dec 11, 2023
1 parent 44465a7 commit f114a71
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,6 @@ edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
noir_rs = { git = "https://github.com/visoftsolutions/aztec-packages.git", branch = "latest", package = "noir_rs" }
noir_rs = { git = "https://github.com/visoftsolutions/noir_rs.git", branch = "latest", package = "noir_rs" }
serde = { version = "1.0", features = ["derive"] }
serde_json = "1.0"

0 comments on commit f114a71

Please sign in to comment.