This repository was archived by the owner on Aug 16, 2021. It is now read-only.
File tree 3 files changed +5
-2
lines changed
3 files changed +5
-2
lines changed Original file line number Diff line number Diff line change 1
1
# Unreleased
2
2
3
+ # 0.11.0
4
+
3
5
- Change last rust version supported to 1.14
4
6
- [ Cache whether RUST_BACKTRACE is enabled in a relaxed atomic static.] ( https://github.com/rust-lang-nursery/error-chain/pull/210 )
5
7
- [ Mask the ` quick_error ` macro from the doc] ( https://github.com/rust-lang-nursery/error-chain/pull/210 )
6
8
- [ Make generated ` ErrorKind ` enums non-exhaustive] ( https://github.com/rust-lang-nursery/error-chain/pull/193 )
9
+ - All 0.11.0-rc.2 changes
7
10
8
11
# 0.11.0-rc.2
9
12
Original file line number Diff line number Diff line change 1
1
[package ]
2
2
name = " error-chain"
3
- version = " 0.11.0-rc.2 " # remember to update html_root_url
3
+ version = " 0.11.0" # remember to update html_root_url
4
4
authors = [
" Brian Anderson <[email protected] >" ,
5
5
" Paul Colomiets <[email protected] >" ,
6
6
" Colin Kiegel <[email protected] >" ,
Original file line number Diff line number Diff line change 1
1
#![ deny( missing_docs) ]
2
2
#![ allow( unknown_lints) ] // to be removed when unused_doc_comments lints is merged
3
- #![ doc( html_root_url = "https://docs.rs/error-chain/0.11.0-rc.2 " ) ]
3
+ #![ doc( html_root_url = "https://docs.rs/error-chain/0.11.0" ) ]
4
4
5
5
//! A library for consistent and reliable error handling
6
6
//!
You can’t perform that action at this time.
0 commit comments