Skip to content

Commit a9f9a93

Browse files
committed
Update modify-cargo-toml to toml 0.7
1 parent 11d8e62 commit a9f9a93

File tree

2 files changed

+74
-3
lines changed

2 files changed

+74
-3
lines changed

compiler/base/modify-cargo-toml/Cargo.lock

Lines changed: 73 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

compiler/base/modify-cargo-toml/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,5 +7,5 @@ authors = ["Jake Goulding <jake.goulding@gmail.com>"]
77

88
[dependencies]
99
serde = "1.0.78"
10-
toml = "0.5.1"
10+
toml = "0.7.0"
1111
serde_derive = "1.0.78"

0 commit comments

Comments
 (0)