diff options
| -rw-r--r-- | dprint.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dprint.json b/dprint.json index a2a3c8f..f3126d8 100644 --- a/dprint.json +++ b/dprint.json @@ -9,7 +9,7 @@ "exec": { "cwd": "${configDir}", "commands": [{ - "command": "rustfmt", + "command": "rustfmt --edition 2024", "exts": ["rs"], "cacheKeyFiles": [ ".rustfmt.toml", |