Replaced macros with functions and Box with Rc

This commit is contained in:
Martin Berg Alstad
2024-06-14 18:38:37 +02:00
parent db4dc2db54
commit 4b22fc4a7e
9 changed files with 280 additions and 369 deletions

View File

@ -1,7 +1,7 @@
# Creates a new cargo project, copies the Cargo.toml and Cargo.lock files to the new project,
# builds the project, and then copies the built binary to a new image.
FROM rust:1.78 as build
FROM rust:1.79 as build
LABEL authors="Martin Berg Alstad"
RUN USER=root cargo new --bin simplify_truths