Bazel/Rust: Change rust version

This commit is contained in:
Paolo Tranquilli
2025-06-20 17:33:17 +02:00
parent 3ddecd4d9f
commit 2c14f273ed
3 changed files with 3 additions and 3 deletions

View File

@@ -3,6 +3,6 @@
# we want to support.
[toolchain]
channel = "1.85"
channel = "1.86"
profile = "minimal"
components = [ "clippy", "rustfmt" ]