diff options
Diffstat (limited to 'Makefile.toml')
| -rw-r--r-- | Makefile.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.toml b/Makefile.toml index 894043b..ee003f3 100644 --- a/Makefile.toml +++ b/Makefile.toml @@ -7,7 +7,7 @@ CARGO_MAKE_EXTEND_WORKSPACE_MAKEFILE = true [tasks.fmt] args = ["fmt"] command = "cargo" -toolchain = "nightly" +# toolchain = "nightly" workspace = true [tasks.check] |