aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authormurilo ijanc2025-11-20 21:08:51 -0300
committermurilo ijanc2025-11-20 21:08:51 -0300
commitacd6f6d16200a6598c357320d1cca793ce83a132 (patch)
tree1b6fd4ca38a3779ab8fc4cedccafeccd5138232c
parentbca45996c5fe73cd9eec4fa358475f3d018b6990 (diff)
downloadcogops-acd6f6d16200a6598c357320d1cca793ce83a132.tar.gz
Update argument edition 2024
-rw-r--r--dprint.json2
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",