From 27562270aef59a2d74c8a3c644e68ee06d083fd5 Mon Sep 17 00:00:00 2001 From: Diego Barrios Romero Date: Tue, 18 Jul 2023 19:06:16 +0200 Subject: [PATCH] Raise MSRV to 1.62.0 due to dependencies --- .github/workflows/ci.yml | 2 +- CHANGELOG.md | 3 +++ README.md | 4 ++-- 3 files changed, 6 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index b1a045e..9516f8c 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -17,7 +17,7 @@ jobs: matrix: rust: - stable - - 1.60.0 # MSRV + - 1.62.0 # MSRV features: - '' diff --git a/CHANGELOG.md b/CHANGELOG.md index 8d18a8c..aa768dd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/README.md b/README.md index a0fb7a4..e444d1a 100644 --- a/README.md +++ b/README.md @@ -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` @@ -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