Commit 20234f7 1 parent c3327d2 commit 20234f7 Copy full SHA for 20234f7
File tree 2 files changed +4
-3
lines changed
2 files changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -57,7 +57,7 @@ RUN curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh -s -- \
57
57
--profile minimal \
58
58
--no-modify-path \
59
59
--no-update-default-toolchain \
60
- --default-toolchain nightly \
60
+ --default-toolchain nightly-2025-02-27 \
61
61
--component rustfmt
62
62
63
63
ENV PATH="/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/root/.cargo/bin/"
@@ -94,4 +94,5 @@ COPY --from=goimports-builder /usr/local/go/bin/gofmt /usr/bin
94
94
COPY --from=openapi-codegen-builder /app/target/release/openapi-codegen /usr/bin/
95
95
96
96
# Ruby
97
- COPY --from=rubyfmt-builder /app/target/release/rubyfmt-main /usr/bin/rubyfmt
97
+ COPY --from=rubyfmt-builder /app/target/release/rubyfmt-main /usr/bin/rubyfmt
98
+
Original file line number Diff line number Diff line change @@ -92,7 +92,7 @@ impl PostprocessorLanguage {
92
92
Self :: Rust => & [ (
93
93
"rustfmt" ,
94
94
& [
95
- "+nightly" ,
95
+ "+nightly-2025-02-27 " ,
96
96
"--unstable-features" ,
97
97
"--skip-children" ,
98
98
"--edition" ,
You can’t perform that action at this time.
0 commit comments