From 1259737a39760d7a59f55d29d31201c3f960843b Mon Sep 17 00:00:00 2001 From: David Barsky Date: Thu, 5 Mar 2020 11:08:32 -0500 Subject: [PATCH] Prepare "0.1.7" releases. (#345) --- Cargo.toml | 4 ++-- failure_derive/Cargo.toml | 6 +++--- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 55feb0a..0e28845 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -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] diff --git a/failure_derive/Cargo.toml b/failure_derive/Cargo.toml index ec45dc0..39a4be4 100644 --- a/failure_derive/Cargo.toml +++ b/failure_derive/Cargo.toml @@ -3,10 +3,10 @@ authors = ["Without Boats "] 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] @@ -16,7 +16,7 @@ synstructure = "0.12.0" proc-macro2 = "1" [dev-dependencies.failure] -version = "0.1.0" +version = "0.1.7" path = ".." [lib]