Skip to content

Commit

Permalink
chore: bumps MSRV to 1.72
Browse files Browse the repository at this point in the history
  • Loading branch information
claymcleod committed Sep 9, 2023
1 parent bd4d7c2 commit 95a852b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ authors = ["Clay McLeod <[email protected]>"]
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"
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 95a852b

Please sign in to comment.