Skip to content

Commit a1f5dc4

Browse files
authored
Bump Rust version to fix docker image build in CI (#264)
Signed-off-by: jsign <jsign.uy@gmail.com>
1 parent 21625b5 commit a1f5dc4

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ resolver = "2"
1010
[workspace.package]
1111
version = "0.1.0"
1212
edition = "2024"
13-
rust-version = "1.88"
13+
rust-version = "1.91"
1414
license = "MIT OR Apache-2.0"
1515

1616
[workspace.lints]

crates/witness-generator-cli/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Build the witness-generator
2-
FROM rust:1.88 AS builder
2+
FROM rust:1.91 AS builder
33
RUN apt-get update && apt-get install -y build-essential libclang-dev
44
WORKDIR /usr/src/zkevm-benchmark-workload
55
COPY . .

0 commit comments

Comments
 (0)