Skip to content

Commit 2756227

Browse files
committed
Raise MSRV to 1.62.0 due to dependencies
1 parent fd59226 commit 2756227

File tree

3 files changed

+6
-3
lines changed

3 files changed

+6
-3
lines changed

.github/workflows/ci.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
matrix:
1818
rust:
1919
- stable
20-
- 1.60.0 # MSRV
20+
- 1.62.0 # MSRV
2121

2222
features:
2323
- ''

CHANGELOG.md

+3
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,9 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
77

88
## [Unreleased]
99

10+
### Changed
11+
- Raised MSRV to 1.62.0
12+
1013
## [v1.1.0] - 2023-03-07
1114

1215
### Added

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[![crates.io](https://img.shields.io/crates/d/nb.svg)](https://crates.io/crates/nb)
22
[![crates.io](https://img.shields.io/crates/v/nb.svg)](https://crates.io/crates/nb)
33
[![Documentation](https://docs.rs/nb/badge.svg)](https://docs.rs/nb)
4-
![Minimum Supported Rust Version](https://img.shields.io/badge/rustc-1.60+-blue.svg)
4+
![Minimum Supported Rust Version](https://img.shields.io/badge/rustc-1.62+-blue.svg)
55

66
# `nb`
77

@@ -42,7 +42,7 @@ non-blocking models:
4242

4343
## Minimum Supported Rust Version (MSRV)
4444

45-
This crate is guaranteed to compile on stable Rust 1.60 and up. It *might*
45+
This crate is guaranteed to compile on stable Rust 1.62 and up. It *might*
4646
compile with older versions but that may change in any new patch release.
4747

4848
## License

0 commit comments

Comments
 (0)