Skip to content
This repository was archived by the owner on Aug 16, 2021. It is now read-only.

Commit ba5d814

Browse files
committed
Bump failure derive
1 parent dd980fd commit ba5d814

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ version = "0.1.5"
1010

1111
[dependencies.failure_derive]
1212
optional = true
13-
version = "0.1.4"
13+
version = "0.1.5"
1414
path = "./failure_derive"
1515

1616
[dependencies.backtrace]

failure_derive/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ name = "failure_derive"
66
repository = "https://github.com/withoutboats/failure_derive"
77
homepage = "https://rust-lang-nursery.github.io/failure/"
88
documentation = "https://docs.rs/failure"
9-
version = "0.1.4"
9+
version = "0.1.5"
1010
build = "build.rs"
1111

1212
[dependencies]

0 commit comments

Comments
 (0)