Build the daemon with Rust 1.97
Dependencies now ship edition 2024, which Cargo 1.83 refuses to parse: feature `edition2024` is required ... not stabilized in this version of Cargo (1.83.0) The pin lived in two places and both had to move, or the daemon image would have failed the same way the CI job did.
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
FROM rust:1.83-bookworm AS build
|
||||
FROM rust:1.97-bookworm AS build
|
||||
|
||||
# Install protoc
|
||||
RUN apt-get update && apt-get install -y protobuf-compiler && rm -rf /var/lib/apt/lists/*
|
||||
|
||||
Reference in New Issue
Block a user