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

8
rust-toolchain.toml Normal file
View File

@@ -0,0 +1,8 @@
# This file specifies the Rust version used to develop and test the
# extractors written in rust. It is set to the lowest version of Rust
# we want to support.
[toolchain]
channel = "1.85"
profile = "minimal"
components = [ "clippy", "rustfmt" ]