diff options
| author | andromeda <andromeda@lenovo> | 2026-03-06 16:53:18 +0100 |
|---|---|---|
| committer | andromeda <andromeda@lenovo> | 2026-03-06 16:53:18 +0100 |
| commit | d35463e1959cb64828c3166527b06e4a79cbea5e (patch) | |
| tree | 65017b84447f63eaaac8326c6d18f5c5e34e6bac /bootle/rust-toolchain.toml | |
| parent | fdf5bb9daf8574b7f993e2e38e400c35aedc3b96 (diff) | |
reorganise
Diffstat (limited to 'bootle/rust-toolchain.toml')
| -rw-r--r-- | bootle/rust-toolchain.toml | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/bootle/rust-toolchain.toml b/bootle/rust-toolchain.toml new file mode 100644 index 0000000..22068c5 --- /dev/null +++ b/bootle/rust-toolchain.toml @@ -0,0 +1,5 @@ +[toolchain] +channel = "nightly" +components = ["rust-src"] +targets = ["x86_64-unknown-none"] +profile = "default" |
