From 95a852bb6d192556550506d90c1769c6bd51303b Mon Sep 17 00:00:00 2001 From: Clay McLeod Date: Sat, 9 Sep 2023 13:48:09 -0500 Subject: [PATCH] chore: bumps MSRV to 1.72 --- Cargo.toml | 2 +- README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 503a75a..fa0f6e7 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -3,7 +3,7 @@ authors = ["Clay McLeod "] edition = "2021" license = "Apache-2.0/MIT" name = "chainfile" -rust-version = "1.68.0" +rust-version = "1.72.0" publish = true description = "A crate for working with genomics chain files." homepage = "https://github.com/stjude-rust-labs/chainfile" diff --git a/README.md b/README.md index e300710..363af22 100644 --- a/README.md +++ b/README.md @@ -88,7 +88,7 @@ cargo fmt --check ## Supported Rust Version (SRV) -This crate is designed to work with Rust version 1.68.0 or later. It may, by +This crate is designed to work with Rust version 1.72.0 or later. It may, by happenstance, work with earlier versions of Rust. ## 🤝 Contributing