Skip to content

Commit 4f8bf7b

Browse files
committed
Use toml 0.5
This allows docs.rs to only have one version of toml, not both 0.4 and 0.5. See rust-lang/docs.rs#459 for context.
1 parent 8da6c44 commit 4f8bf7b

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
@@ -37,7 +37,7 @@ flate2 = "1"
3737
tar = "0.4.0"
3838
percent-encoding = "2.1.0"
3939
walkdir = "2.2"
40-
toml = "0.4.6"
40+
toml = "0.5"
4141
fs2 = "0.4.3"
4242
remove_dir_all = "0.5.2"
4343
base64 = "0.10.1"

0 commit comments

Comments
 (0)