Update Python to use Rust 1.74

This commit is contained in:
Tom Hvitved
2024-05-24 13:05:39 +02:00
parent 0dbce3d077
commit 7490472772
2 changed files with 2 additions and 2 deletions

View File

@@ -2,6 +2,6 @@
# extractor. It is set to the lowest version of Rust we want to support.
[toolchain]
channel = "1.68"
channel = "1.74"
profile = "minimal"
components = [ "rustfmt" ]