File tree Expand file tree Collapse file tree 1 file changed +8
-3
lines changed Expand file tree Collapse file tree 1 file changed +8
-3
lines changed Original file line number Diff line number Diff line change 7
7
edition = " 2018"
8
8
9
9
# When changing/updating these, the `Cargo.Bazel.lock` file has to be regenerated.
10
- # Check out the documentation at https://bazelbuild.github.io/rules_rust/crate_universe.html#repinning--updating-dependencies
11
- # for how to do so. The bazel repository for the tsg-python project is called `py_deps`,
12
- # and instead of calling `bazel sync`, `./build --bazel sync` should be used instead, to always use the correct bazel version.
10
+ # Run `CARGO_BAZEL_REPIN=true CARGO_BAZEL_REPIN_ONLY=py_deps ./build --bazel sync --only=py_deps`
11
+ # in the `semmle-code` repository to do so.
12
+ # For more information, check out the documentation at
13
+ # https://bazelbuild.github.io/rules_rust/crate_universe.html#repinning--updating-dependencies
14
+ # In the future, the hope is to move this handling of the dependencies entirely into the `codeql` repository,
15
+ # but that depends on `rules_rust` being fully compatible with bzlmod, which they aren't yet
16
+ # (c.f. https://github.com/bazelbuild/rules_rust/issues/2452).
17
+ # Warning: The process takes >5min on my M1 mac, so do wait for a while.
13
18
[dependencies ]
14
19
anyhow = " 1.0"
15
20
regex = " 1"
You can’t perform that action at this time.
0 commit comments