Skip to content

Commit

Permalink
Update MSRV to 1.68.0
Browse files Browse the repository at this point in the history
  • Loading branch information
allan2 committed Mar 15, 2024
1 parent 76548c8 commit dccd343
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 6 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Expand Up @@ -7,6 +7,8 @@ This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.htm

## [Unreleased]

- MSRV updated to 1.68.0

### Changed

- MSRV updated to 1.64.0
Expand Down
4 changes: 2 additions & 2 deletions README.md
Expand Up @@ -2,7 +2,7 @@

[![Crates.io](https://img.shields.io/crates/v/dotenvy.svg)](https://crates.io/crates/dotenvy)
[![msrv
1.64.0](https://img.shields.io/badge/msrv-1.64.0-dea584.svg?logo=rust)](https://github.com/rust-lang/rust/releases/tag/1.64.0)
1.68.0](https://img.shields.io/badge/msrv-1.68.0-dea584.svg?logo=rust)](https://github.com/rust-lang/rust/releases/tag/1.68.0)
[![ci](https://github.com/allan2/dotenvy/actions/workflows/ci.yml/badge.svg)](https://github.com/allan2/dotenvy/actions/workflows/ci.yml)
[![docs](https://img.shields.io/docsrs/dotenvy?logo=docs.rs)](https://docs.rs/dotenvy/)

Expand Down Expand Up @@ -42,7 +42,7 @@ The `dotenv!` macro provided by `dotenvy_macro` crate can be used.

## Minimum supported Rust version

Currently: **1.64.0**
Currently: **1.68.0**

We aim to support the latest 8 rustc versions - approximately 1 year. Increasing
MSRV is _not_ considered a semver-breaking change.
Expand Down
2 changes: 1 addition & 1 deletion dotenv/Cargo.toml
Expand Up @@ -19,7 +19,7 @@ categories = ["configuration"]
license = "MIT"
repository = "https://github.com/allan2/dotenvy"
edition = "2018"
rust-version = "1.64.0"
rust-version = "1.68.0"

[[bin]]
name = "dotenvy"
Expand Down
4 changes: 2 additions & 2 deletions dotenv/README.md
Expand Up @@ -2,7 +2,7 @@

[![Crates.io](https://img.shields.io/crates/v/dotenvy.svg)](https://crates.io/crates/dotenvy)
[![msrv
1.64.0](https://img.shields.io/badge/msrv-1.64.0-dea584.svg?logo=rust)](https://github.com/rust-lang/rust/releases/tag/1.64.0)
1.68.0](https://img.shields.io/badge/msrv-1.68.0-dea584.svg?logo=rust)](https://github.com/rust-lang/rust/releases/tag/1.68.0)
[![ci](https://github.com/allan2/dotenvy/actions/workflows/ci.yml/badge.svg)](https://github.com/allan2/dotenvy/actions/workflows/ci.yml)
[![docs](https://img.shields.io/docsrs/dotenvy?logo=docs.rs)](https://docs.rs/dotenvy/)

Expand Down Expand Up @@ -47,7 +47,7 @@ Warning: there is an outstanding issue with rust-analyzer ([rust-analyzer #9606]

## Minimum supported Rust version

Currently: **1.64.0**
Currently: **1.68.0**

We aim to support the latest 8 rustc versions - approximately 1 year. Increasing
MSRV is _not_ considered a semver-breaking change.
Expand Down
2 changes: 1 addition & 1 deletion dotenv_codegen/Cargo.toml
Expand Up @@ -20,7 +20,7 @@ homepage = "https://github.com/allan2/dotenvy"
repository = "https://github.com/allan2/dotenvy"
description = "A macro for compile time dotenv inspection"
edition = "2018"
rust-version = "1.64.0"
rust-version = "1.68.0"

[dependencies]
proc-macro2 = "1"
Expand Down

0 comments on commit dccd343

Please sign in to comment.