aboutsummaryrefslogtreecommitdiffhomepage
path: root/rust-toolchain.toml
diff options
context:
space:
mode:
authornsfisis <nsfisis@gmail.com>2026-05-23 16:27:01 +0900
committernsfisis <nsfisis@gmail.com>2026-05-23 16:27:10 +0900
commit106e01f36fa8dd9bc3eb3a1411bd011a618a2836 (patch)
treee718e5f62d143060095d71de6a40dbe06866db04 /rust-toolchain.toml
parentbd6d0186d2c01a3e1d6324ad5a0bcdd71de53098 (diff)
downloadphp-shirabe-106e01f36fa8dd9bc3eb3a1411bd011a618a2836.tar.gz
php-shirabe-106e01f36fa8dd9bc3eb3a1411bd011a618a2836.tar.zst
php-shirabe-106e01f36fa8dd9bc3eb3a1411bd011a618a2836.zip
chore: add editor/toolchain config
Diffstat (limited to 'rust-toolchain.toml')
-rw-r--r--rust-toolchain.toml3
1 files changed, 3 insertions, 0 deletions
diff --git a/rust-toolchain.toml b/rust-toolchain.toml
new file mode 100644
index 0000000..386fc3c
--- /dev/null
+++ b/rust-toolchain.toml
@@ -0,0 +1,3 @@
+[toolchain]
+channel = "1.94"
+components = ["rust-analyzer", "rust-src"]