Skip to content

Commit 9cd7386

Browse files
committed
Update to rust 1.75 & Pin alloy-consensus
1 parent 5d5b08d commit 9cd7386

5 files changed

Lines changed: 8 additions & 8 deletions

File tree

Cargo.lock

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM rust:1.73.0-bullseye AS builder
1+
FROM rust:1.75.0-bullseye AS builder
22
RUN apt-get update && apt-get -y upgrade && apt-get install -y cmake libclang-dev
33
COPY . lighthouse
44
ARG FEATURES

beacon_node/execution_layer/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,4 +52,4 @@ pretty_reqwest_error = { workspace = true }
5252
arc-swap = "1.6.0"
5353
eth2_network_config = { workspace = true }
5454
alloy-rlp = "0.3"
55-
alloy-consensus = { git = "https://github.com/alloy-rs/alloy.git" }
55+
alloy-consensus = { git = "https://github.com/alloy-rs/alloy.git", rev = "974d488bab5e21e9f17452a39a4bfa56677367b2" }

lcli/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# `lcli` requires the full project to be in scope, so this should be built either:
22
# - from the `lighthouse` dir with the command: `docker build -f ./lcli/Dockerflie .`
33
# - from the current directory with the command: `docker build -f ./Dockerfile ../`
4-
FROM rust:1.73.0-bullseye AS builder
4+
FROM rust:1.75.0-bullseye AS builder
55
RUN apt-get update && apt-get -y upgrade && apt-get install -y cmake libclang-dev
66
COPY . lighthouse
77
ARG FEATURES

lighthouse/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ version = "4.6.0"
44
authors = ["Sigma Prime <contact@sigmaprime.io>"]
55
edition = { workspace = true }
66
autotests = false
7-
rust-version = "1.73.0"
7+
rust-version = "1.75.0"
88

99
[features]
1010
default = ["slasher-lmdb"]

0 commit comments

Comments
 (0)