Skip to content
This repository was archived by the owner on Aug 16, 2021. It is now read-only.

Commit 29c7f33

Browse files
committed
0.11.0-rc.2
1 parent 2b6e5f8 commit 29c7f33

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# 0.11.0-rc.1
1+
# 0.11.0-rc.2
22

33
- [Make `ErrorChainIter`'s field private](https://github.com/brson/error-chain/issues/178)
44
- [Rename `ErrorChainIter` to `Iter`](https://github.com/brson/error-chain/issues/168)

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "error-chain"
3-
version = "0.11.0-rc.1" # remember to update html_root_url
3+
version = "0.11.0-rc.2" # remember to update html_root_url
44
authors = [ "Brian Anderson <banderson@mozilla.com>",
55
"Paul Colomiets <paul@colomiets.name>",
66
"Colin Kiegel <kiegel@gmx.de>",

src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#![deny(missing_docs)]
22
#![allow(unknown_lints)] // to be removed when unused_doc_comments lints is merged
3-
#![doc(html_root_url = "https://docs.rs/error-chain/0.10.0")]
3+
#![doc(html_root_url = "https://docs.rs/error-chain/0.11.0-rc.2")]
44

55
//! A library for consistent and reliable error handling
66
//!

0 commit comments

Comments
 (0)