Revert "Bazel: drop aws-lc bindgen in rama-crypto"

This reverts commit 981c7c3261.
This commit is contained in:
viyatb-oai
2026-01-13 19:14:49 -08:00
parent ab28660a52
commit b49b83847d
2 changed files with 0 additions and 20 deletions

View File

@@ -97,14 +97,6 @@ crate.annotation(
},
)
crate.annotation(
crate = "rama-crypto",
patch_args = ["-p1"],
patches = [
"//patches:rama-crypto-no-bindgen.patch",
],
)
# Fix readme inclusions
crate.annotation(
crate = "windows-link",

View File

@@ -1,12 +0,0 @@
diff --git a/Cargo.toml b/Cargo.toml
index d23b5b0..a361f43 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -45,7 +45,6 @@ path = "src/lib.rs"
[dependencies.aws-lc-rs]
version = "1.13"
-features = ["bindgen"]
[dependencies.base64]
version = "0.22"