mirror of
https://github.com/eyre-rs/eyre.git
synced 2025-09-28 13:31:29 +00:00
(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
This commit is contained in:
parent
e3db0438ae
commit
17c325d38f
@ -1,6 +1,6 @@
|
||||
[package]
|
||||
name = "color-eyre"
|
||||
version = "0.5.2"
|
||||
version = "0.5.3-alpha.0"
|
||||
authors = ["Jane Lusby <jlusby@yaah.dev>"]
|
||||
edition = "2018"
|
||||
license = "MIT OR Apache-2.0"
|
||||
|
@ -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,
|
||||
|
Loading…
x
Reference in New Issue
Block a user