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
2
2
3
3
- Conditional compilation for error variants.
4
4
- Backtrace generation is now a feature.
Original file line number Diff line number Diff line change 1
1
[package ]
2
2
3
3
name = " error-chain"
4
- version = " 0.5 .0"
4
+ version = " 0.6 .0"
5
5
authors = [
" Brian Anderson <[email protected] >" ,
6
6
" Paul Colomiets <[email protected] >" ,
7
7
" Colin Kiegel <[email protected] >" ]
@@ -17,4 +17,4 @@ license = "MIT OR Apache-2.0"
17
17
default = [" backtrace" ]
18
18
19
19
[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
+
1
3
[ ![ Build Status] ( https://api.travis-ci.org/brson/error-chain.svg?branch=master )] ( https://travis-ci.org/brson/error-chain )
2
4
[ ![ Latest Version] ( https://img.shields.io/crates/v/error-chain.svg )] ( https://crates.io/crates/error-chain )
3
5
4
- # error-chain - Consistent error handling for Rust
5
-
6
6
` error-chain ` is a crate for dealing with Rust error boilerplate. It
7
7
provides a few unique features:
8
8
@@ -21,7 +21,7 @@ provides a few unique features:
21
21
Add this to Cargo.toml, under ` [dependencies] ` :
22
22
23
23
``` toml
24
- error-chain = " 0.5 "
24
+ error-chain = " 0.6 "
25
25
```
26
26
27
27
Write this at the top of your crate:
You can’t perform that action at this time.
0 commit comments