Skip to content

Commit 88f43a6

Browse files
committed
build(download): enable the bindgen feature for aws-lc-rs
1 parent 6159edb commit 88f43a6

File tree

2 files changed

+26
-2
lines changed

2 files changed

+26
-2
lines changed

Cargo.lock

Lines changed: 25 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

download/Cargo.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ reqwest-rustls-tls = [
1818

1919
[dependencies]
2020
anyhow.workspace = true
21+
aws-lc-rs = { version = "1.7", features = ["bindgen"] }
2122
curl = { version = "0.4.44", optional = true }
2223
env_proxy = { version = "0.4.1", optional = true }
2324
once_cell = { workspace = true, optional = true }

0 commit comments

Comments
 (0)