Skip to content

Commit ec310d2

Browse files
Add MSRV to Cargo.toml
1 parent 19d9ddc commit ec310d2

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Cargo.toml

+1
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ name = "confique"
33
version = "0.2.6"
44
authors = ["Lukas Kalbertodt <[email protected]>"]
55
edition = "2021"
6+
rust-version = "1.61.0"
67

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

0 commit comments

Comments
 (0)