Skip to content

Commit fbe24b0

Browse files
committed
build: bump MSRV to 1.87
1 parent 8fdf2e4 commit fbe24b0

3 files changed

Lines changed: 22 additions & 25 deletions

File tree

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,4 +19,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1919

2020
- Renamed `tokio` cargo feature to `tokio-stream`.
2121

22+
- Bumped MSRV to `1.87`.
23+
2224
[unreleased]: https://github.com/pimalaya/io-socket/compare/root..HEAD

Cargo.lock

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

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name = "io-socket"
33
description = "Set of I/O-free coroutines and runtimes to manage sockets"
44
version = "0.0.1"
55
authors = ["Clément DOUIN <pimalaya.org@posteo.net>"]
6-
rust-version = "1.85"
6+
rust-version = "1.87"
77
edition = "2024"
88
license = "MIT OR Apache-2.0"
99
categories = ["api-bindings"]

0 commit comments

Comments
 (0)