mirror of
https://github.com/fluencelabs/sqlite
synced 2025-04-24 08:52:15 +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",
|
|
]
|