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

Commit 70b98e6

Browse files
committed
0.1.4
1 parent 937fb70 commit 70b98e6

File tree

3 files changed

+7
-7
lines changed

3 files changed

+7
-7
lines changed

Cargo.lock.ci

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,11 +6,11 @@ homepage = "https://rust-lang-nursery.github.io/failure/"
66
license = "MIT OR Apache-2.0"
77
name = "failure"
88
repository = "https://github.com/rust-lang-nursery/failure"
9-
version = "0.1.3"
9+
version = "0.1.4"
1010

1111
[dependencies.failure_derive]
1212
optional = true
13-
version = "0.1.3"
13+
version = "0.1.4"
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.3"
9+
version = "0.1.4"
1010
build = "build.rs"
1111

1212
[dependencies]

0 commit comments

Comments
 (0)