Skip to content

Commit

Permalink
Add MSRV to Cargo.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
LukasKalbertodt committed Oct 18, 2024
1 parent 19d9ddc commit ec310d2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ name = "confique"
version = "0.2.6"
authors = ["Lukas Kalbertodt <[email protected]>"]
edition = "2021"
rust-version = "1.61.0"

description = "Type-safe, layered, light-weight, `serde`-based configuration library"
documentation = "https://docs.rs/confique/"
Expand Down

0 comments on commit ec310d2

Please sign in to comment.