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

Commit c50ee10

Browse files
committed
version 0.12.1
1 parent e460110 commit c50ee10

File tree

2 files changed

+2
-5
lines changed

2 files changed

+2
-5
lines changed

Cargo.toml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "error-chain"
3-
version = "0.12.1-rc.1" # remember to update html_root_url
3+
version = "0.12.1" # remember to update html_root_url
44
authors = [ "Brian Anderson <[email protected]>",
55
"Paul Colomiets <[email protected]>",
66
"Colin Kiegel <[email protected]>",
@@ -15,9 +15,6 @@ readme = "README.md"
1515

1616
license = "MIT/Apache-2.0"
1717

18-
[badges]
19-
travis-ci = { repository = "rust-lang-nursery/error-chain" }
20-
2118
[features]
2219
default = ["backtrace", "example_generated"]
2320
example_generated = []

src/lib.rs

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.1-rc.1")]
2+
#![doc(html_root_url = "https://docs.rs/error-chain/0.12.1")]
33

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

0 commit comments

Comments
 (0)