mirror of
https://github.com/openai/codex.git
synced 2026-04-24 14:45:27 +00:00
Revert "Bazel: drop aws-lc bindgen in rama-crypto"
This reverts commit 981c7c3261.
This commit is contained in:
@@ -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",
|
||||
|
||||
@@ -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"
|
||||
Reference in New Issue
Block a user