From 17c325d38f7523b5e7a1192eb6f7f6b0327f0b8f Mon Sep 17 00:00:00 2001 From: Jane Lusby Date: Tue, 1 Sep 2020 10:16:56 -0700 Subject: [PATCH] (cargo-release) start next development iteration 0.5.3-alpha.0 (#56) * (cargo-release) start next development iteration 0.5.3-alpha.0 * bump version in lib.rs too --- Cargo.toml | 2 +- src/lib.rs | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 1df730b..5e829f0 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "color-eyre" -version = "0.5.2" +version = "0.5.3-alpha.0" authors = ["Jane Lusby "] edition = "2018" license = "MIT OR Apache-2.0" diff --git a/src/lib.rs b/src/lib.rs index 937937a..d4cf282 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -334,7 +334,7 @@ //! [`examples/custom_filter.rs`]: https://github.com/yaahc/color-eyre/blob/master/examples/custom_filter.rs //! [`examples/custom_section.rs`]: https://github.com/yaahc/color-eyre/blob/master/examples/custom_section.rs //! [`examples/multiple_errors.rs`]: https://github.com/yaahc/color-eyre/blob/master/examples/multiple_errors.rs -#![doc(html_root_url = "https://docs.rs/color-eyre/0.5.2")] +#![doc(html_root_url = "https://docs.rs/color-eyre/0.5.3-alpha.0")] #![cfg_attr(docsrs, feature(doc_cfg))] #![warn( missing_docs,