stared redo

This commit is contained in:
2025-08-11 22:17:34 -06:00
parent 1c08ce3a0c
commit 491cf29e68
9 changed files with 167 additions and 171 deletions

View File

@@ -1,5 +1,5 @@
FROM rust:1.54
FROM rust:1.89
RUN apt update && apt-get install -y llvm clang
# RUN apt update && apt-get install -y llvm clang
RUN rustup component add rustfmt
WORKDIR /code