Skip to content

Commit

Permalink
Merge pull request #44 from mathstuf/smaller-failure-dep
Browse files Browse the repository at this point in the history
failure: only require the `std` feature
  • Loading branch information
killercup authored Sep 25, 2018
2 parents 7854735 + 8ed30f9 commit e5cabc2
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 @@ -21,7 +21,7 @@ uuid = { version = "0.6", features = ["v4"] }
serde_derive = "1.0.38"
toml = "0.4.6"
serde = "1.0.38"
failure = "0.1.1"
failure = { version = "0.1.1", default-features = false, features = ["std"] }
os_type = "2.0.0"
backtrace = "0.3"

Expand Down

0 comments on commit e5cabc2

Please sign in to comment.