aboutsummaryrefslogtreecommitdiff
path: root/Makefile.toml
diff options
context:
space:
mode:
authorFuwn <[email protected]>2023-02-04 02:01:43 +0000
committerFuwn <[email protected]>2023-02-04 02:01:43 +0000
commitccaaa2a41e744f59e3425ed5618fc00c3f9de80d (patch)
tree21c46f7a1f8aa6e198295ab4630dff9ecfcbc3b0 /Makefile.toml
parentfix(gemini_to_html.rs): html entity-encode gemini (diff)
downloadseptember-ccaaa2a41e744f59e3425ed5618fc00c3f9de80d.tar.xz
september-ccaaa2a41e744f59e3425ed5618fc00c3f9de80d.zip
build(rustup): move from nightly to stable)
Diffstat (limited to 'Makefile.toml')
-rw-r--r--Makefile.toml1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile.toml b/Makefile.toml
index a3940af..d5356b2 100644
--- a/Makefile.toml
+++ b/Makefile.toml
@@ -5,6 +5,7 @@
command = "cargo"
args = ["fmt"]
private = true
+toolchain = "nightly"
[tasks.check]
command = "cargo"