Skip to content

Commit caadeaa

Browse files
Bump MSRV
1 parent 1c0f541 commit caadeaa

File tree

5 files changed

+8
-4
lines changed

5 files changed

+8
-4
lines changed

.circleci/config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ workflows:
1414
# be easier on the CI hosts since presumably those fat lower layers will already be cached, and
1515
# therefore faster than a minimal, customized alpine.
1616
# MSRV
17-
'rust:1.47.0'
17+
'rust:1.51.0'
1818
]
1919
# a hacky scheme to work around CircleCI's inability to deal with mutable docker tags, forcing us to
2020
# get a nightly or stable toolchain via rustup instead of a mutable docker tag

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ keywords = ["base64", "utf8", "encode", "decode", "no_std"]
1010
categories = ["encoding"]
1111
license = "MIT OR Apache-2.0"
1212
edition = "2018"
13-
rust-version = "1.47.0"
13+
rust-version = "1.51.0"
1414

1515
[[bench]]
1616
name = "benchmarks"

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ If you have a `Read` (e.g. reading a file or network socket), there are various
4545

4646
## Rust version compatibility
4747

48-
The minimum required Rust version is 1.47.0.
48+
The minimum required Rust version is 1.51.0.
4949

5050
# Contributing
5151

RELEASE-NOTES.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# 0.20.0
22

3+
## Next
4+
5+
- MSRV is now 1.51.0 to keep up with `criterion`
6+
37
## 0.20.0-alpha.1
48

59
### Breaking changes

clippy.toml

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

0 commit comments

Comments
 (0)