sqlite/rust-toolchain.toml

10 lines
129 B
TOML
Raw Normal View History

[toolchain]
channel = "nightly-2023-08-27"
components = [
"rustfmt",
"clippy",
]
targets = [
"x86_64-unknown-linux-gnu",
]