Skip to content

Commit

Permalink
Use toml 0.5
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
jyn514 committed Nov 2, 2019
1 parent 8da6c44 commit 4f8bf7b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Expand Up @@ -37,7 +37,7 @@ flate2 = "1"
tar = "0.4.0"
percent-encoding = "2.1.0"
walkdir = "2.2"
toml = "0.4.6"
toml = "0.5"
fs2 = "0.4.3"
remove_dir_all = "0.5.2"
base64 = "0.10.1"
Expand Down

0 comments on commit 4f8bf7b

Please sign in to comment.