Skip to content

Commit

Permalink
revert config to 0.13 due to issue with 0.14
Browse files Browse the repository at this point in the history
  • Loading branch information
Eshanchik authored Jun 21, 2024
1 parent b36ca8f commit 5b203df
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 @@ -51,7 +51,7 @@ redis = "0"
# Misc
backtrace = "0"
uuid = { version = "1", features = ["v4", "serde"] }
config = { version = "0", default_features = false, features = ["json"] }
config = { version = "0.13", default_features = false, features = ["json"] }
chrono = { version = "0", default_features = false, features = ["clock", "serde"] }
assert_matches = "1"
thiserror = "1"
Expand Down

0 comments on commit 5b203df

Please sign in to comment.