Skip to content

Commit

Permalink
failure: only require the std feature
Browse files Browse the repository at this point in the history
This crate doesn't use `derive(Fail)`, so it doesn't need any other
features.

Signed-off-by: Ben Boeckel <[email protected]>
  • Loading branch information
mathstuf committed Sep 25, 2018
1 parent 7854735 commit 8ed30f9
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 8ed30f9

Please sign in to comment.