diff options
| author | andromeda <andromeda@lenovo> | 2026-03-03 22:01:49 +0100 |
|---|---|---|
| committer | andromeda <andromeda@lenovo> | 2026-03-03 22:01:49 +0100 |
| commit | 1b6f76488dcc01c8e6c0efbe07751ebeea18c33b (patch) | |
| tree | b1a0c6fb6c60a1716d41cb42670605f24d1f0f17 /rust-toolchain.toml | |
| parent | d879df630f68bb56f291ac285f951ca2ba6764e7 (diff) | |
add rust kernel stub
Diffstat (limited to 'rust-toolchain.toml')
| -rw-r--r-- | rust-toolchain.toml | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/rust-toolchain.toml b/rust-toolchain.toml new file mode 100644 index 0000000..22068c5 --- /dev/null +++ b/rust-toolchain.toml @@ -0,0 +1,5 @@ +[toolchain] +channel = "nightly" +components = ["rust-src"] +targets = ["x86_64-unknown-none"] +profile = "default" |
