1
0
mirror of https://github.com/fafhrd91/actix-net synced 2025-06-26 23:17:43 +02:00

chore: bump msrv to 1.74

This commit is contained in:
Rob Ede
2025-05-09 04:20:18 +01:00
parent d95eea8fbe
commit d61b33928d
12 changed files with 15 additions and 9 deletions

View File

@ -2,6 +2,8 @@
## Unreleased
- Minimum supported Rust version (MSRV) is now 1.74.
## 1.4.0
- Add `ByteString::split_at()` method.