File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -68,7 +68,7 @@ members = [
6868resolver = " 2"
6969
7070[workspace .package ]
71- rust-version = " 1.73 .0"
71+ rust-version = " 1.75 .0"
7272
7373[workspace .dependencies ]
7474asynchronous-codec = { version = " 0.7.0" }
Original file line number Diff line number Diff line change 11# syntax=docker/dockerfile:1.5-labs
2- FROM rust:1.73 .0 as builder
2+ FROM rust:1.75 .0 as builder
33
44# Run with access to the target cache to speed up builds
55WORKDIR /workspace
Original file line number Diff line number Diff line change 11# syntax=docker/dockerfile:1.5-labs
2- FROM rust:1.73 .0 as chef
2+ FROM rust:1.75 .0 as chef
33RUN rustup target add wasm32-unknown-unknown
44RUN wget -q -O- https://github.com/rustwasm/wasm-pack/releases/download/v0.12.1/wasm-pack-v0.12.1-x86_64-unknown-linux-musl.tar.gz | tar -zx -C /usr/local/bin --strip-components 1 --wildcards "wasm-pack-*/wasm-pack"
55RUN wget -q -O- https://github.com/WebAssembly/binaryen/releases/download/version_115/binaryen-version_115-x86_64-linux.tar.gz | tar -zx -C /usr/local/bin --strip-components 2 --wildcards "binaryen-version_*/bin/wasm-opt"
Original file line number Diff line number Diff line change 11# syntax=docker/dockerfile:1.5-labs
2- FROM lukemathwalker/cargo-chef:0.1.62-rust-1.73 .0 as chef
2+ FROM lukemathwalker/cargo-chef:0.1.62-rust-1.75 .0 as chef
33WORKDIR /app
44
55FROM chef AS planner
Original file line number Diff line number Diff line change 33- Update individual crates.
44 - Update to [ ` libp2p-kad ` ` v0.46.0 ` ] ( protocols/kad/CHANGELOG.md#0460 ) .
55
6+ - Raise MSRV to 1.73.
7+ See [ PR 5266] ( https://github.com/libp2p/rust-libp2p/pull/5266 ) .
68
79## 0.53.2
810
You can’t perform that action at this time.
0 commit comments