Skip to content

Commit

Permalink
Upgrade toml
Browse files Browse the repository at this point in the history
This includes the fix for toml-rs/toml-rs#142
  • Loading branch information
joliss committed Mar 2, 2017
1 parent 0dc93a1 commit 28ccfad
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ path = "src/bin/main.rs"

[dependencies]
docopt = "^0.7"
toml = "^0.3.0"
toml = "^0.3.1"
rustc-serialize = "^0.3"
serde = "^0.9.8"
serde_derive = "^0.9.8"
Expand Down

0 comments on commit 28ccfad

Please sign in to comment.