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

Commit 810f671

Browse files
authored
version 0.12.4 (#295)
1 parent 542c12c commit 810f671

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

CHANGELOG.md

100755100644
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# 0.12.3
1+
# 0.12.4
22
- [executable bits to support build platform linters](https://github.com/rust-lang-nursery/error-chain/pull/289)
33

44
# 0.12.2

Cargo.toml

100755100644
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.12.3" # remember to update html_root_url
3+
version = "0.12.4" # remember to update html_root_url
44
authors = [ "Brian Anderson <[email protected]>",
55
"Paul Colomiets <[email protected]>",
66
"Colin Kiegel <[email protected]>",

src/lib.rs

100755100644
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#![deny(missing_docs)]
2-
#![doc(html_root_url = "https://docs.rs/error-chain/0.12.3")]
2+
#![doc(html_root_url = "https://docs.rs/error-chain/0.12.4")]
33

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

0 commit comments

Comments
 (0)