georm/rust-toolchain.toml
Lucien Cartier-Tilet 298d3b28a7
feat: upgrade to Rust 1.86 and edition 2024
Upgrades rust toolchain from 1.84 to 1.86, switches to Rust edition
2024, and updates dependencies including SQLx to 0.8.6.
2025-06-07 15:57:51 +02:00

5 lines
102 B
TOML

# Do not increase during a minor/patch release cycle
[toolchain]
channel = "1.86"
profile = "minimal"