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

Commit

Permalink
Prepare "0.1.7" releases. (#345)
Browse files Browse the repository at this point in the history
  • Loading branch information
davidbarsky authored Mar 5, 2020
1 parent 827a929 commit 1259737
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
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.6"
version = "0.1.7"

[dependencies.failure_derive]
optional = true
version = "0.1.6"
version = "0.1.7"
path = "./failure_derive"

[dependencies.backtrace]
Expand Down
6 changes: 3 additions & 3 deletions failure_derive/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,10 @@ authors = ["Without Boats <woboats@gmail.com>"]
description = "derives for the failure crate"
license = "MIT OR Apache-2.0"
name = "failure_derive"
repository = "https://github.com/withoutboats/failure_derive"
repository = "https://github.com/rust-lang-nursery/failure"
homepage = "https://rust-lang-nursery.github.io/failure/"
documentation = "https://docs.rs/failure"
version = "0.1.6"
version = "0.1.7"
build = "build.rs"

[dependencies]
Expand All @@ -16,7 +16,7 @@ synstructure = "0.12.0"
proc-macro2 = "1"

[dev-dependencies.failure]
version = "0.1.0"
version = "0.1.7"
path = ".."

[lib]
Expand Down

0 comments on commit 1259737

Please sign in to comment.