SERVER-121257 Add lockfile for dependencies of dependencies for rust (#49296)
GitOrigin-RevId: 24d1c572e277eddb609c27077ef73745559c93a0
This commit is contained in:
committed by
MongoDB Bot
parent
0d5ddc0447
commit
c7c9fbc519
@@ -374,7 +374,12 @@ crate.annotation_select(
|
|||||||
"s390x-unknown-linux-gnu",
|
"s390x-unknown-linux-gnu",
|
||||||
],
|
],
|
||||||
)
|
)
|
||||||
crate.from_specs()
|
|
||||||
|
# Update the lock file using "CARGO_BAZEL_REPIN=1 bazel sync --only=crates"
|
||||||
|
crate.from_specs(
|
||||||
|
cargo_lockfile = "//bazel:crates.lock",
|
||||||
|
lockfile = "//bazel:crates.lock",
|
||||||
|
)
|
||||||
use_repo(crate, "crates")
|
use_repo(crate, "crates")
|
||||||
#################### END RUST DEPS ####################
|
#################### END RUST DEPS ####################
|
||||||
|
|
||||||
|
|||||||
6502
MODULE.bazel.lock
generated
6502
MODULE.bazel.lock
generated
File diff suppressed because one or more lines are too long
19654
bazel/crates.lock
Normal file
19654
bazel/crates.lock
Normal file
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user