We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6a12641 commit dd980fdCopy full SHA for dd980fd
Cargo.toml
@@ -6,7 +6,7 @@ homepage = "https://rust-lang-nursery.github.io/failure/"
6
license = "MIT OR Apache-2.0"
7
name = "failure"
8
repository = "https://github.com/rust-lang-nursery/failure"
9
-version = "0.1.4"
+version = "0.1.5"
10
11
[dependencies.failure_derive]
12
optional = true
RELEASES.md
@@ -1,3 +1,7 @@
1
+# Version 0.1.5
2
+
3
+- Resolve a regression with error conversions (#290)
4
5
# Version 0.1.4
- Improved error reporting of the derive feature
0 commit comments