1
0
Fork 0
forked from 2sys/phonograph

bump rust to v1.94 and fix docker base image path

This commit is contained in:
Brent Schroeter 2026-03-11 18:50:50 +00:00
parent a06536c44c
commit 4099a23d37
2 changed files with 2 additions and 2 deletions

View file

@ -1,4 +1,4 @@
FROM docker.io/rustlang/rust:1.93 AS chef FROM docker.io/library/rust:1.94 AS chef
WORKDIR /app WORKDIR /app
RUN cargo install cargo-chef && rm -rf $CARGO_HOME/registry/ RUN cargo install cargo-chef && rm -rf $CARGO_HOME/registry/

View file

@ -1,7 +1,7 @@
[tools] [tools]
deno = "latest" deno = "latest"
rebar = "latest" rebar = "latest"
rust = { version = "1.93", components = "rust-analyzer,clippy" } rust = { version = "1.94", components = "rust-analyzer,clippy" }
watchexec = "latest" watchexec = "latest"
"cargo:sqlx-cli" = "0.8.6" "cargo:sqlx-cli" = "0.8.6"