Skip to content

Commit 933809c

Browse files
authoredFeb 6, 2023
feat(nargo): Leverage rustls instead of openssl for downloads (#691)
1 parent b8c582f commit 933809c

File tree

2 files changed

+96
-154
lines changed

2 files changed

+96
-154
lines changed
 

‎Cargo.lock

+94-152
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

‎crates/nargo/Cargo.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -31,8 +31,8 @@ termcolor = "1.1.2"
3131
tempdir = "0.3.7"
3232

3333
# Backends
34-
aztec_backend = { optional = true, package = "barretenberg_static_lib", git = "https://github.com/noir-lang/aztec_backend", rev = "b7349851d7afcffef4171e4d3a30b163ea37e579" }
35-
aztec_wasm_backend = { optional = true, package = "barretenberg_wasm", git = "https://github.com/noir-lang/aztec_backend", rev = "b7349851d7afcffef4171e4d3a30b163ea37e579" }
34+
aztec_backend = { optional = true, package = "barretenberg_static_lib", git = "https://github.com/noir-lang/aztec_backend", rev = "9de36b642d125d1fb4facd1bf60db67946be70ae" }
35+
aztec_wasm_backend = { optional = true, package = "barretenberg_wasm", git = "https://github.com/noir-lang/aztec_backend", rev = "9de36b642d125d1fb4facd1bf60db67946be70ae" }
3636
marlin_arkworks_backend = { optional = true, git = "https://github.com/noir-lang/marlin_arkworks_backend", rev = "144378edad821bfaa52bf2cacca8ecc87514a4fc" }
3737

3838
[features]

0 commit comments

Comments
 (0)
Please sign in to comment.