Skip to content

Commit

Permalink
build(download): enable the bindgen feature for aws-lc-rs
Browse files Browse the repository at this point in the history
  • Loading branch information
rami3l committed Jun 26, 2024
1 parent 6159edb commit 88f43a6
Show file tree
Hide file tree
Showing 2 changed files with 26 additions and 2 deletions.
27 changes: 25 additions & 2 deletions Cargo.lock

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

1 change: 1 addition & 0 deletions download/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ reqwest-rustls-tls = [

[dependencies]
anyhow.workspace = true
aws-lc-rs = { version = "1.7", features = ["bindgen"] }
curl = { version = "0.4.44", optional = true }
env_proxy = { version = "0.4.1", optional = true }
once_cell = { workspace = true, optional = true }
Expand Down

0 comments on commit 88f43a6

Please sign in to comment.