]> git.proxmox.com Git - cargo.git/blobdiff - vendor/failure/Cargo.toml
New upstream version 0.33.0
[cargo.git] / vendor / failure / Cargo.toml
index e478d731b7ea5bb840b6ae883eb33ad40eafec88..dd448d3c6be9484a9239a2d54bd0a0e09003cc39 100644 (file)
 
 [package]
 name = "failure"
-version = "0.1.3"
+version = "0.1.5"
 authors = ["Without Boats <boats@mozilla.com>"]
 description = "Experimental error handling abstraction."
-homepage = "https://boats.gitlab.io/failure"
+homepage = "https://rust-lang-nursery.github.io/failure/"
 documentation = "https://docs.rs/failure"
 license = "MIT OR Apache-2.0"
 repository = "https://github.com/rust-lang-nursery/failure"
@@ -24,7 +24,7 @@ version = "0.3.3"
 optional = true
 
 [dependencies.failure_derive]
-version = "0.1.3"
+version = "0.1.5"
 optional = true
 
 [features]