Skip to content

Commit

Permalink
Preserve MSRV
Browse files Browse the repository at this point in the history
  • Loading branch information
mo8it committed May 16, 2024
1 parent 0c7883a commit 81165c9
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,11 +13,11 @@ categories = ["config"]

[features]
env = ["parse-value"]
json = ["dep:serde_json"]
yaml = ["dep:serde_yaml"]
parse-value = ["dep:pear"]
test = ["dep:tempfile", "dep:parking_lot"]
toml = ["dep:toml_edit"]
json = ["serde_json"]
parse-value = ["pear"]
test = ["tempfile", "parking_lot"]
toml = ["toml_edit"]
yaml = ["serde_yaml"]

[dependencies]
serde = "1.0"
Expand Down

0 comments on commit 81165c9

Please sign in to comment.