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" )
22load ("@semmle_code//:common.bzl" , "codeql_rust_binary" )
33
44codeql_rust_binary (
Original file line number Diff line number Diff line change 11{
2- "checksum": "5ea5454a42d65412a64a48233e83f21d17461b20f8c283260a3de1d964645868 ",
2+ "checksum": "1bc1ce89845efff4ebef4861d3b9e4e8efeb1ba5b27565db4c6fd18175e1ee59 ",
33 "crates": {
44 "ahash 0.4.7": {
55 "name": "ahash",
Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ edition = "2018"
88
99# When changing/updating these, the `Cargo.Bazel.lock` file has to be regenerated.
1010# 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 `,
1212# and instead of calling `bazel sync`, `./build --bazel sync` should be used instead, to always use the correct bazel version.
1313[dependencies ]
1414anyhow = " 1.0"
Original file line number Diff line number Diff line change 11load ("@rules_rust//cargo:defs.bzl" , "cargo_build_script" )
22load ("@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" )
44
55package (default_visibility = ["//visibility:public" ])
66
You can’t perform that action at this time.
0 commit comments