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

@@ -4,7 +4,7 @@
name = "tsg-python"
version = "0.1.0"
authors = ["Taus Brock-Nannestad <tausbn@github.com>"]
edition = "2021"
edition = "2024"
# When updating these dependencies, run `misc/bazel/3rdparty/update_cargo_deps.sh`
[dependencies]

View File

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

View File

@@ -11,7 +11,7 @@ readme = "bindings/rust/README.md"
keywords = ["incremental", "parsing", "python"]
categories = ["parsing", "text-editors"]
repository = "https://github.com/tree-sitter/tree-sitter-python"
edition = "2018"
edition = "2024"
build = "bindings/rust/build.rs"
include = [