Rust/Ruby/Python: update rustc and edition

This commit is contained in:
Paolo Tranquilli
2025-02-25 13:15:19 +01:00
parent 2edc9af1e0
commit eff87d24fa
13 changed files with 18 additions and 31 deletions

View File

@@ -1,7 +1,7 @@
[package]
name = "codeql-extractor"
version = "0.2.0"
edition = "2021"
edition = "2024"
authors = ["GitHub"]
# When updating these dependencies, run `misc/bazel/3rdparty/update_cargo_deps.sh`

View File

@@ -1,7 +0,0 @@
# This file specifies the Rust version used to develop and test the shared
# extractor. It is set to the lowest version of Rust we want to support.
[toolchain]
channel = "1.74"
profile = "minimal"
components = [ "clippy", "rustfmt" ]