swarm repositories / source
aboutsummaryrefslogtreecommitdiff
path: root/rust-toolchain.toml
diff options
context:
space:
mode:
authormain <main@swarm.moe>2026-04-25 13:27:32 -0400
committermain <main@swarm.moe>2026-04-25 13:27:32 -0400
commit66c996e6ae24ae496aa6b7ed07c85dce2b106d13 (patch)
treeb9ca28e39e70cc5fca489df97de430075720dda3 /rust-toolchain.toml
downloadmemview-66c996e6ae24ae496aa6b7ed07c85dce2b106d13.zip
Release memview 1.0.0v1.0.0
Diffstat (limited to 'rust-toolchain.toml')
-rw-r--r--rust-toolchain.toml4
1 files changed, 4 insertions, 0 deletions
diff --git a/rust-toolchain.toml b/rust-toolchain.toml
new file mode 100644
index 0000000..8770b1d
--- /dev/null
+++ b/rust-toolchain.toml
@@ -0,0 +1,4 @@
+[toolchain]
+channel = "1.95.0"
+profile = "minimal"
+components = ["clippy", "rustfmt"]