File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 1
- load ("@tsg_python_crate_index //:defs.bzl" , "aliases" , "all_crate_deps" )
1
+ load ("@py_deps //:defs.bzl" , "aliases" , "all_crate_deps" )
2
2
load ("@semmle_code//:common.bzl" , "codeql_rust_binary" )
3
3
4
4
codeql_rust_binary (
Original file line number Diff line number Diff line change 1
1
{
2
- "checksum": "5ea5454a42d65412a64a48233e83f21d17461b20f8c283260a3de1d964645868 ",
2
+ "checksum": "1bc1ce89845efff4ebef4861d3b9e4e8efeb1ba5b27565db4c6fd18175e1ee59 ",
3
3
"crates": {
4
4
"ahash 0.4.7": {
5
5
"name": "ahash",
Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ edition = "2018"
8
8
9
9
# When changing/updating these, the `Cargo.Bazel.lock` file has to be regenerated.
10
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 `tsg_python_crate_index `,
11
+ # for how to do so. The bazel repository for the tsg-python project is called `py_deps `,
12
12
# and instead of calling `bazel sync`, `./build --bazel sync` should be used instead, to always use the correct bazel version.
13
13
[dependencies ]
14
14
anyhow = " 1.0"
Original file line number Diff line number Diff line change 1
1
load ("@rules_rust//cargo:defs.bzl" , "cargo_build_script" )
2
2
load ("@rules_rust//rust:defs.bzl" , "rust_library" )
3
- load ("@tsg_python_crate_index //:defs.bzl" , "aliases" , "all_crate_deps" )
3
+ load ("@py_deps //:defs.bzl" , "aliases" , "all_crate_deps" )
4
4
5
5
package (default_visibility = ["//visibility:public" ])
6
6
You can’t perform that action at this time.
0 commit comments