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

Commit

Permalink
0.1.4
Browse files Browse the repository at this point in the history
  • Loading branch information
mitsuhiko committed Dec 29, 2018
1 parent 937fb70 commit 70b98e6
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
8 changes: 4 additions & 4 deletions Cargo.lock.ci

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,11 @@ homepage = "https://rust-lang-nursery.github.io/failure/"
license = "MIT OR Apache-2.0"
name = "failure"
repository = "https://github.com/rust-lang-nursery/failure"
version = "0.1.3"
version = "0.1.4"

[dependencies.failure_derive]
optional = true
version = "0.1.3"
version = "0.1.4"
path = "./failure_derive"

[dependencies.backtrace]
Expand Down
2 changes: 1 addition & 1 deletion failure_derive/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ name = "failure_derive"
repository = "https://github.com/withoutboats/failure_derive"
homepage = "https://rust-lang-nursery.github.io/failure/"
documentation = "https://docs.rs/failure"
version = "0.1.3"
version = "0.1.4"
build = "build.rs"

[dependencies]
Expand Down

0 comments on commit 70b98e6

Please sign in to comment.