aboutsummaryrefslogtreecommitdiff
path: root/rust-toolchain.toml
diff options
context:
space:
mode:
authorFuwn <[email protected]>2022-05-12 07:42:03 +0000
committerFuwn <[email protected]>2022-05-12 07:42:03 +0000
commitbc5d2312763b4399b246f1e6b9dbfbfa5cd76686 (patch)
tree85ef66154e9a8cad7fbbdd61282d35052c1ea87d /rust-toolchain.toml
downloadgerm-0.1.0.tar.xz
germ-0.1.0.zip
feat(0.1.0): initial release0.1.0
Diffstat (limited to 'rust-toolchain.toml')
-rw-r--r--rust-toolchain.toml2
1 files changed, 2 insertions, 0 deletions
diff --git a/rust-toolchain.toml b/rust-toolchain.toml
new file mode 100644
index 0000000..292fe49
--- /dev/null
+++ b/rust-toolchain.toml
@@ -0,0 +1,2 @@
+[toolchain]
+channel = "stable"