Skip to content

Commit

Permalink
Update error-chain to 0.10
Browse files Browse the repository at this point in the history
  • Loading branch information
est31 authored and joshtriplett committed May 30, 2017
1 parent 30fc912 commit d7983db
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ description = "Run pkg-config from declarative dependencies in Cargo.toml"
keywords = ["pkg-config", "build-dependencies", "build-depends", "manifest", "metadata"]

[dependencies]
error-chain = { version = "0.7.1", default-features = false }
error-chain = { version = "0.10", default-features = false }
pkg-config = "0.3.8"
toml = { version = "0.2", default-features = false }

Expand Down

0 comments on commit d7983db

Please sign in to comment.