Commit 43aae6e
fix: enable
Since 1.6.1 aws-lc-sys no longer automatically generates its bindings,
instead requiring you to enable the `bindgen` feature if you want to.
This fixes the CI error
```
thread 'main' panicked at
[...]/aws-lc-sys-0.13.0/builder/main.rs:286:5:
E aws-lc-sys build failed. Please enable the 'bindgen' feature on
aws-lc-rs or aws-lc-sys
```
Signed-off-by: Patrick Roy <roypat@amazon.co.uk>bindgen feature of aws-lc-rs1 parent f0948e1 commit 43aae6e
2 files changed
+16
-1
lines changedSome generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
9 | 9 | | |
10 | 10 | | |
11 | 11 | | |
12 | | - | |
| 12 | + | |
13 | 13 | | |
14 | 14 | | |
15 | 15 | | |
| |||
0 commit comments