diff options
-rw-r--r-- | etc/config/compiler-explorer.amazon.properties | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/etc/config/compiler-explorer.amazon.properties b/etc/config/compiler-explorer.amazon.properties index 660a1434a..0fb0fdcb3 100644 --- a/etc/config/compiler-explorer.amazon.properties +++ b/etc/config/compiler-explorer.amazon.properties @@ -49,7 +49,7 @@ formatter.clangformat.exe=/opt/compiler-explorer/clang-trunk/bin/clang-format formatter.clangformat.styles=Google:LLVM:Mozilla:Chromium:WebKit:Microsoft:GNU formatter.clangformat.type=clangformat formatter.rustfmt.name=rustfmt -formatter.rustfmt.exe=/opt/compiler-explorer/rustfmt-1.4.36/rustfmt +formatter.rustfmt.exe=/opt/compiler-explorer/rust-1.77.0/bin/rustfmt formatter.rustfmt.styles= formatter.rustfmt.type=rustfmt formatter.gofmt.name=gofmt |