Skip to content

Commit

Permalink
remove rust tls for cross compile?
Browse files Browse the repository at this point in the history
  • Loading branch information
phated committed Sep 12, 2023
1 parent 64d1e9f commit 4712adf
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions tooling/acvm_backend_barretenberg/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -21,10 +21,7 @@ tempfile = "3.6.0"
## bb binary downloading
tar = "~0.4.15"
flate2 = "~1.0.1"
reqwest = { version = "0.11.16", default-features = false, features = [
"rustls-tls",
"blocking",
] }
reqwest = { version = "0.11.16", default-features = false, features = [ "blocking" ] }

[dev-dependencies]
test-binary = "3.0.1"
Expand Down

0 comments on commit 4712adf

Please sign in to comment.