fmt. Removed some usage of macros

This commit is contained in:
Martin Berg Alstad
2024-09-05 21:57:50 +02:00
parent 1350e09bde
commit 25b708a6fd
19 changed files with 442 additions and 207 deletions

View File

@ -12,7 +12,7 @@ RUN npm install
RUN USER=root npm install -g @typespec/compiler && npm install -g @redocly/cli
RUN npm run tsp-compile && npm run redoc-build
FROM rust:1.79 as build
FROM rust:1.80.1 as build
COPY --from=static ./src/resources/static ./static