This repository was archived by the owner on Aug 16, 2021. It is now read-only.
File tree Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 1- # Unreleased
1+ # 0.6.0
22
33- Conditional compilation for error variants.
44- Backtrace generation is now a feature.
Original file line number Diff line number Diff line change 11[package ]
22
33name = " error-chain"
4- version = " 0.5 .0"
4+ version = " 0.6 .0"
55authors = [ " Brian Anderson <banderson@mozilla.com>" ,
66 " Paul Colomiets <paul@colomiets.name>" ,
77 " Colin Kiegel <kiegel@gmx.de>" ]
@@ -17,4 +17,4 @@ license = "MIT OR Apache-2.0"
1717default = [" backtrace" ]
1818
1919[dependencies ]
20- backtrace = {version = " 0.2.1 " , optional = true }
20+ backtrace = { version = " 0.3 " , optional = true }
Original file line number Diff line number Diff line change 1+ # error-chain - Consistent error handling for Rust
2+
13[ ![ Build Status] ( https://api.travis-ci.org/brson/error-chain.svg?branch=master )] ( https://travis-ci.org/brson/error-chain )
24[ ![ Latest Version] ( https://img.shields.io/crates/v/error-chain.svg )] ( https://crates.io/crates/error-chain )
35
4- # error-chain - Consistent error handling for Rust
5-
66` error-chain ` is a crate for dealing with Rust error boilerplate. It
77provides a few unique features:
88
@@ -21,7 +21,7 @@ provides a few unique features:
2121Add this to Cargo.toml, under ` [dependencies] ` :
2222
2323``` toml
24- error-chain = " 0.5 "
24+ error-chain = " 0.6 "
2525```
2626
2727Write this at the top of your crate:
You can’t perform that action at this time.
0 commit comments