Skip to content

Commit 855ff8c

Browse files
authored
chore: raise MSRV to 1.75
To allow merging #5232 CC @SuperFluffy since you commented on #4692 Pull-Request: #5266.
1 parent a543986 commit 855ff8c

5 files changed

Lines changed: 6 additions & 4 deletions

File tree

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ members = [
6868
resolver = "2"
6969

7070
[workspace.package]
71-
rust-version = "1.73.0"
71+
rust-version = "1.75.0"
7272

7373
[workspace.dependencies]
7474
asynchronous-codec = { version = "0.7.0" }

hole-punching-tests/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
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
55
WORKDIR /workspace

interop-tests/Dockerfile.chromium

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# syntax=docker/dockerfile:1.5-labs
2-
FROM rust:1.73.0 as chef
2+
FROM rust:1.75.0 as chef
33
RUN rustup target add wasm32-unknown-unknown
44
RUN 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"
55
RUN 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"

interop-tests/Dockerfile.native

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
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
33
WORKDIR /app
44

55
FROM chef AS planner

libp2p/CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,8 @@
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

0 commit comments

Comments
 (0)