From 9a2b97e4fa3e4b4448a54ad910539487daf54a0e Mon Sep 17 00:00:00 2001 From: Geoffry Song Date: Wed, 22 Jan 2025 16:02:02 -0800 Subject: [PATCH 1/2] Document MSRV as 1.79 --- .github/workflows/ci.yml | 2 +- Cargo.toml | 1 + README.md | 2 +- 3 files changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 987a350..21e4bb2 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -28,7 +28,7 @@ jobs: strategy: fail-fast: false matrix: - rust: [stable, beta, nightly, 1.51] + rust: [stable, beta, nightly, 1.79] os: [ubuntu-latest, windows-latest, macOS-latest] steps: diff --git a/Cargo.toml b/Cargo.toml index 7dfc9c8..fec2179 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -4,6 +4,7 @@ version = "4.0.1" authors = ["Bodil Stokke ", "Joe Neeman "] edition = "2018" license = "MPL-2.0+" +rust-version = "1.79" description = "Immutable collection datatypes" repository = "https://github.com/jneem/imbl" documentation = "https://docs.rs/imbl" diff --git a/README.md b/README.md index 35c6eef..02f745a 100644 --- a/README.md +++ b/README.md @@ -17,7 +17,7 @@ appears to be unmaintained. The `1.0` release of `imbl` is compatible with the ## Minimum supported rust version -This crate supports rust 1.51 and later. As const generics become more useful, +This crate supports rust 1.79 and later. As const generics become more useful, the minimum supported rust version will increase. ## Licence From bd0d5c83ff41f003f041f06d413c10cd9069f6dd Mon Sep 17 00:00:00 2001 From: Geoffry Song Date: Fri, 24 Jan 2025 18:41:26 -0800 Subject: [PATCH 2/2] Apply suggestions from code review Co-authored-by: jneem --- .github/workflows/ci.yml | 2 +- Cargo.toml | 2 +- README.md | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 21e4bb2..8e9f14c 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -28,7 +28,7 @@ jobs: strategy: fail-fast: false matrix: - rust: [stable, beta, nightly, 1.79] + rust: [stable, beta, nightly, 1.76] os: [ubuntu-latest, windows-latest, macOS-latest] steps: diff --git a/Cargo.toml b/Cargo.toml index fec2179..5f7c979 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -4,7 +4,7 @@ version = "4.0.1" authors = ["Bodil Stokke ", "Joe Neeman "] edition = "2018" license = "MPL-2.0+" -rust-version = "1.79" +rust-version = "1.76" description = "Immutable collection datatypes" repository = "https://github.com/jneem/imbl" documentation = "https://docs.rs/imbl" diff --git a/README.md b/README.md index 02f745a..7d64607 100644 --- a/README.md +++ b/README.md @@ -17,7 +17,7 @@ appears to be unmaintained. The `1.0` release of `imbl` is compatible with the ## Minimum supported rust version -This crate supports rust 1.79 and later. As const generics become more useful, +This crate supports rust 1.76 and later. As const generics become more useful, the minimum supported rust version will increase. ## Licence