Skip to content

Commit

Permalink
fix msrv to 1.66.1
Browse files Browse the repository at this point in the history
  • Loading branch information
FaveroFerreira committed Sep 15, 2023
1 parent 1951435 commit 23e3e62
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 3 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,10 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

# 1.0.1

- Fix MSRV to 1.66.1

# 1.0.0

- Stable release
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "konfiguration"
version = "1.0.0"
rust-version = "1.60"
version = "1.0.1"
rust-version = "1.66.1"
description = "Toml configuration loader with environment variables support."
documentation = "https://docs.rs/konfiguration/"
homepage = "https://github.com/faveroferreira/konfiguration"
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ Add Konfiguration to your `Cargo.toml`:

```toml
[dependencies]
konfiguration = "1.0.0"
konfiguration = "1.0.1"
serde = { version = "1.0", features = ["derive"] }
```

Expand Down

0 comments on commit 23e3e62

Please sign in to comment.