diff --git a/dprint.json b/dprint.json index 314447f0b804..93547eb3d43a 100644 --- a/dprint.json +++ b/dprint.json @@ -9,7 +9,7 @@ "command": "yapf3", "exts": ["py"] }, { - "command": "rustup run nightly rustfmt --edition 2021", + "command": "rustup run stable rustfmt --edition 2021", "exts": ["rs"] }, { "command": "msgcat -",