Skip to content

Commit f8e559a

Browse files
Update toml requirement from 0.9 to 1.0 (#3889)
1 parent 1a9edaa commit f8e559a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

crates/tools/helpers/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ publish = false
77
[dependencies]
88
windows-link = { workspace = true }
99
serde = { workspace = true, features = ["derive"] }
10-
toml = "0.9"
10+
toml = "1.0"
1111

1212
[lints]
1313
workspace = true

0 commit comments

Comments
 (0)