Skip to content

Commit 7490472

Browse files
committed
Update Python to use Rust 1.74
1 parent 0dbce3d commit 7490472

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

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.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"}

0 commit comments

Comments
 (0)