mirror of
https://github.com/fluencelabs/sqlite
synced 2025-03-15 06:40:50 +00:00
10 lines
129 B
TOML
10 lines
129 B
TOML
[toolchain]
|
|
channel = "nightly-2023-08-27"
|
|
components = [
|
|
"rustfmt",
|
|
"clippy",
|
|
]
|
|
targets = [
|
|
"x86_64-unknown-linux-gnu",
|
|
]
|