File tree Expand file tree Collapse file tree 3 files changed +5
-2
lines changed Expand file tree Collapse file tree 3 files changed +5
-2
lines changed Original file line number Diff line number Diff line change
1
+ # 0.12.3
2
+ - [ executable bits to support build platform linters] ( https://github.com/rust-lang-nursery/error-chain/pull/289 )
3
+
1
4
# 0.12.2
2
5
- [ allow ` Error::description ` to be used for rust below 1.42] ( https://github.com/rust-lang-nursery/error-chain/pull/285 )
3
6
- [ Improvements to has_backtrace_depending_on_env] ( https://github.com/rust-lang-nursery/error-chain/pull/277 )
Original file line number Diff line number Diff line change 1
1
[package ]
2
2
name = " error-chain"
3
- version = " 0.12.2 " # remember to update html_root_url
3
+ version = " 0.12.3 " # remember to update html_root_url
4
4
authors = [ " Brian Anderson <banderson@mozilla.com>" ,
5
5
" Paul Colomiets <paul@colomiets.name>" ,
6
6
" Colin Kiegel <kiegel@gmx.de>" ,
Original file line number Diff line number Diff line change 1
1
#![ deny( missing_docs) ]
2
- #![ doc( html_root_url = "https://docs.rs/error-chain/0.12.2 " ) ]
2
+ #![ doc( html_root_url = "https://docs.rs/error-chain/0.12.3 " ) ]
3
3
4
4
//! A library for consistent and reliable error handling
5
5
//!
You can’t perform that action at this time.
0 commit comments