georm/rust-toolchain.toml
Lucien Cartier-Tilet 0c3d5e6262
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-09 21:26:19 +02:00

5 lines
102 B
TOML

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