[bazel] Fix the build (#10104)
This commit is contained in:
parent
147e7118e0
commit
fe920d7804
2 changed files with 112 additions and 8 deletions
|
|
@ -67,6 +67,11 @@ crate.from_cargo(
|
|||
cargo_toml = "//codex-rs:Cargo.toml",
|
||||
platform_triples = RUST_TRIPLES,
|
||||
)
|
||||
crate.annotation(
|
||||
crate = "nucleo-matcher",
|
||||
strip_prefix = "matcher",
|
||||
version = "0.3.1",
|
||||
)
|
||||
|
||||
bazel_dep(name = "openssl", version = "3.5.4.bcr.0")
|
||||
|
||||
|
|
|
|||
115
MODULE.bazel.lock
generated
115
MODULE.bazel.lock
generated
File diff suppressed because one or more lines are too long
Loading…
Add table
Reference in a new issue