diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 080c5537..f1d0bd37 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -14,8 +14,8 @@ jobs: strategy: fail-fast: false matrix: - # minimum supported rust version - rust: [stable, beta, nightly, 1.74.0] + # Minimum Supported Rust Version + rust: [stable, nightly, 1.74.0] on: - { os: ubuntu-latest, target: x86_64-unknown-linux-gnu } - { os: macos-latest, target: x86_64-apple-darwin } diff --git a/README.md b/README.md index 0fb53208..97e927e6 100644 --- a/README.md +++ b/README.md @@ -113,7 +113,7 @@ A non-macro example is [here](examples/modify-tokio/src/main.rs). The `dotenv!` macro provided by `dotenvy_macro` crate can be used. -## Minimum supported Rust version +## Minimum Supported Rust version We aim to support the latest 8 rustc versions - approximately 1 year. Increasing MSRV is _not_ considered a semver-breaking change.