Skip to content

Commit

Permalink
Raise MSRV to 1.62.0 due to dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
eldruin committed Jul 18, 2023
1 parent fd59226 commit a0ee7ab
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,9 @@ and this project adheres to [Semantic Versioning](http://semver.org/).

## [Unreleased]

### Changed
- Raised MSRV to 1.62.0

## [v1.1.0] - 2023-03-07

### Added
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[![crates.io](https://img.shields.io/crates/d/nb.svg)](https://crates.io/crates/nb)
[![crates.io](https://img.shields.io/crates/v/nb.svg)](https://crates.io/crates/nb)
[![Documentation](https://docs.rs/nb/badge.svg)](https://docs.rs/nb)
![Minimum Supported Rust Version](https://img.shields.io/badge/rustc-1.60+-blue.svg)
![Minimum Supported Rust Version](https://img.shields.io/badge/rustc-1.62+-blue.svg)

# `nb`

Expand Down Expand Up @@ -42,7 +42,7 @@ non-blocking models:

## Minimum Supported Rust Version (MSRV)

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

## License
Expand Down

0 comments on commit a0ee7ab

Please sign in to comment.