diff --git a/.devcontainer/Dockerfile b/.devcontainer/Dockerfile index 2234422..27511c6 100644 --- a/.devcontainer/Dockerfile +++ b/.devcontainer/Dockerfile @@ -1,4 +1,4 @@ -FROM rust:1.80.0-bookworm +FROM rust:1.80.1-bookworm ENV CARGO_BUILD_TARGET_DIR=/tmp/target RUN rustup component add rustfmt clippy