We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 21625b5 commit a1f5dc4Copy full SHA for a1f5dc4
2 files changed
Cargo.toml
@@ -10,7 +10,7 @@ resolver = "2"
10
[workspace.package]
11
version = "0.1.0"
12
edition = "2024"
13
-rust-version = "1.88"
+rust-version = "1.91"
14
license = "MIT OR Apache-2.0"
15
16
[workspace.lints]
crates/witness-generator-cli/Dockerfile
@@ -1,5 +1,5 @@
1
# Build the witness-generator
2
-FROM rust:1.88 AS builder
+FROM rust:1.91 AS builder
3
RUN apt-get update && apt-get install -y build-essential libclang-dev
4
WORKDIR /usr/src/zkevm-benchmark-workload
5
COPY . .
0 commit comments