Bump MSRV to 1.57 (#788)

This commit is contained in:
Paolo Barbolini
2025-07-16 10:33:07 +02:00
committed by GitHub
parent f29e93951d
commit 3e44f88f5f
9 changed files with 21 additions and 60 deletions
+2 -2
View File
@@ -5,8 +5,8 @@ name = "bytes"
# - Update CHANGELOG.md.
# - Create "v1.x.y" git tag.
version = "1.10.1"
edition = "2018"
rust-version = "1.39"
edition = "2021"
rust-version = "1.57"
license = "MIT"
authors = [
"Carl Lerche <[email protected]>",