diff options
| author | Fuwn <[email protected]> | 2023-02-04 02:01:43 +0000 |
|---|---|---|
| committer | Fuwn <[email protected]> | 2023-02-04 02:01:43 +0000 |
| commit | ccaaa2a41e744f59e3425ed5618fc00c3f9de80d (patch) | |
| tree | 21c46f7a1f8aa6e198295ab4630dff9ecfcbc3b0 /Makefile.toml | |
| parent | fix(gemini_to_html.rs): html entity-encode gemini (diff) | |
| download | september-ccaaa2a41e744f59e3425ed5618fc00c3f9de80d.tar.xz september-ccaaa2a41e744f59e3425ed5618fc00c3f9de80d.zip | |
build(rustup): move from nightly to stable)
Diffstat (limited to 'Makefile.toml')
| -rw-r--r-- | Makefile.toml | 1 |
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" |