Skip to content

Commit

Permalink
downgrade toml crate to make ci green
Browse files Browse the repository at this point in the history
Signed-off-by: T. Chen <[email protected]>
  • Loading branch information
up9cloud committed Sep 10, 2023
1 parent 39459bf commit 983ac20
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 @@ -31,7 +31,7 @@ serde = "1.0.8"
nom = "7"

async-trait = { version = "0.1.50", optional = true }
toml = { version = "0.7", optional = true }
toml = { version = "0.7.7", optional = true }
serde_json = { version = "1.0.2", optional = true }
yaml-rust = { version = "0.4", optional = true }
rust-ini = { version = "0.19", optional = true }
Expand Down

0 comments on commit 983ac20

Please sign in to comment.