diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index f1f2e9d..42db2db 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -7,7 +7,7 @@ on: env: CARGO_TERM_COLOR: always - RUST_VERSION: "1.92.0" + RUST_VERSION: "1.94.0" jobs: # Check formatting & basic code validity diff --git a/Dockerfile b/Dockerfile index 0164c98..7e9b017 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM rust:1.92-slim AS BUILD +FROM rust:1.94-slim AS BUILD RUN apt update && apt-get install -y --no-install-recommends\ # CUDD build dependencies