Skip to content

Commit 5fa1b57

Browse files
authored
Merge pull request #16586 from hvitved/rust-bump
Python: Use Rust 1.74
2 parents 95473c0 + 386bc1e commit 5fa1b57

File tree

6 files changed

+8
-9
lines changed

6 files changed

+8
-9
lines changed

python/extractor/tsg-python/Cargo.Bazel.lock

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"checksum": "35a1ce4b6c4f997c496c11d3a8fcfaadc5833dfd41bebb022941687d73dde159",
2+
"checksum": "14572337bc5747880ff328af42451cce3549f743dc79eac7314f3b3f55b74d25",
33
"crates": {
44
"ahash 0.4.7": {
55
"name": "ahash",
@@ -1755,7 +1755,7 @@
17551755
],
17561756
"selects": {}
17571757
},
1758-
"edition": "2018",
1758+
"edition": "2021",
17591759
"version": "0.1.0"
17601760
},
17611761
"license": null,
@@ -1986,7 +1986,6 @@
19861986
"crate_features": {
19871987
"common": [
19881988
"consoleapi",
1989-
"errhandlingapi",
19901989
"minwinbase",
19911990
"minwindef",
19921991
"processenv",

python/extractor/tsg-python/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
name = "tsg-python"
55
version = "0.1.0"
66
authors = ["Taus Brock-Nannestad <[email protected]>"]
7-
edition = "2018"
7+
edition = "2021"
88

99
# When changing/updating these, the `Cargo.Bazel.lock` file has to be regenerated.
1010
# Run `CARGO_BAZEL_REPIN=true CARGO_BAZEL_REPIN_ONLY=py_deps ./tools/bazel sync --only=py_deps`

python/extractor/tsg-python/rust-toolchain.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,6 @@
22
# extractor. It is set to the lowest version of Rust we want to support.
33

44
[toolchain]
5-
channel = "1.68"
5+
channel = "1.74"
66
profile = "minimal"
77
components = [ "rustfmt" ]

ruby/extractor/Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

ruby/extractor/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ lazy_static = "1.4.0"
3434
# of lock-file update time, but `rules_rust` pins generates a bazel rule that unconditionally downloads `main`, which
3535
# breaks build hermeticity. So, rev-pinning it is.
3636
# See also https://github.com/bazelbuild/rules_rust/issues/2502.
37-
codeql-extractor = { git = "https://github.com/github/codeql.git", rev = "a523be4d0a1e2420a1884f7c4f8754a7c4fb7e21" }
37+
codeql-extractor = { git = "https://github.com/github/codeql.git", rev = "0dbce3d077f6f31a8d660aea104ee31cacf6bacd" }
3838

3939
[patch.crates-io]
4040
tree-sitter = {git = "https://github.com/redsun82/tree-sitter.git", rev = "1f5c1112ceaa8fc6aff61d1852690407670d2a96"}

ruby/extractor/cargo-bazel-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)