Skip to content

Commit

Permalink
api: revert config crate version
Browse files Browse the repository at this point in the history
Revert config version to 0.13.4 until the case bug is resolved
rust-cli/config-rs#531
  • Loading branch information
ada-phillips committed Apr 28, 2024
1 parent 41948a3 commit 277efee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ edition = "2021"
[dependencies]
clap = { version = "4.1.6", features = ["derive"] }
cross = "0.2.5"
config = "0.14.0"
config = "0.13.4"
serde = "1.0"
serde_yaml = "0.9"
zip = "1.1.1"
Expand Down

0 comments on commit 277efee

Please sign in to comment.