Skip to content

Commit c5d7955

Browse files
Bump MSRV to 1.57
1 parent f29e939 commit c5d7955

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ name = "bytes"
66
# - Create "v1.x.y" git tag.
77
version = "1.10.1"
88
edition = "2018"
9-
rust-version = "1.39"
9+
rust-version = "1.57"
1010
license = "MIT"
1111
authors = [
1212
"Carl Lerche <me@carllerche.com>",

clippy.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
msrv = "1.39"
1+
msrv = "1.57"

0 commit comments

Comments
 (0)