sqlx/rust-toolchain.toml

6 lines
277 B
TOML

# NOTE: this does NOT indicate a Minimum Supported Rust Version (MSRV) of SQLx.
# We reserve the right to increase this version at any time without considering it to be a breaking change.
# See the answer in FAQ.md for details.
[toolchain]
channel = "1.78"
profile = "minimal"