Skip to content

Commit 983ac20

Browse files
committed
downgrade toml crate to make ci green
Signed-off-by: T. Chen <[email protected]>
1 parent 39459bf commit 983ac20

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ serde = "1.0.8"
3131
nom = "7"
3232

3333
async-trait = { version = "0.1.50", optional = true }
34-
toml = { version = "0.7", optional = true }
34+
toml = { version = "0.7.7", optional = true }
3535
serde_json = { version = "1.0.2", optional = true }
3636
yaml-rust = { version = "0.4", optional = true }
3737
rust-ini = { version = "0.19", optional = true }

0 commit comments

Comments
 (0)