Skip to content

Commit d5ef8af

Browse files
Merge branch 'chore/rust-2024'
2 parents 089491a + ea69f31 commit d5ef8af

File tree

7 files changed

+272
-118
lines changed

7 files changed

+272
-118
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ jobs:
6969
- os: ubuntu-latest
7070
# MSRV. Not considered breaking when this has to be bumped.
7171
# But update `rust-version` in `Cargo.toml`
72-
rust: 1.82.0
72+
rust: 1.85.0
7373
runs-on: ${{ matrix.os }}
7474
steps:
7575
- uses: actions/checkout@v4

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,8 @@ Line wrap the file at 100 chars. Th
2525
### Changed
2626
- Change the public API of `ApplyTcpOptionsError`. So this is a breaking change. This stops
2727
exposing the internal details of the type which allows future changes to not be breaking.
28+
- MSRV bumps to 1.85
29+
- Rust language edition upgraded to 2024.
2830

2931

3032
## [0.4.0] - 2024-01-02

0 commit comments

Comments
 (0)