diff --git a/Containerfile b/Containerfile index 6bbe016..e3e91b9 100644 --- a/Containerfile +++ b/Containerfile @@ -1,4 +1,4 @@ -FROM docker.io/rustlang/rust:1.93 AS chef +FROM docker.io/library/rust:1.94 AS chef WORKDIR /app RUN cargo install cargo-chef && rm -rf $CARGO_HOME/registry/ diff --git a/mise.toml b/mise.toml index d7d690b..340c070 100644 --- a/mise.toml +++ b/mise.toml @@ -1,7 +1,7 @@ [tools] deno = "latest" rebar = "latest" -rust = { version = "1.93", components = "rust-analyzer,clippy" } +rust = { version = "1.94", components = "rust-analyzer,clippy" } watchexec = "latest" "cargo:sqlx-cli" = "0.8.6"