bump version for new release (#8)

This commit is contained in:
Jane Lusby 2020-07-05 19:05:18 -07:00 committed by GitHub
parent 1f1aeb7773
commit 0769344643
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,6 @@
[package]
name = "color-spantrace"
version = "0.1.3"
version = "0.1.4"
authors = ["Jane Lusby <jlusby@yaah.dev>"]
edition = "2018"
license = "MIT OR Apache-2.0"

View File

@ -45,7 +45,7 @@
//!
//! [`tracing_error::SpanTrace`]: https://docs.rs/tracing-error/*/tracing_error/struct.SpanTrace.html
//! [`color-backtrace`]: https://github.com/athre0z/color-backtrace
#![doc(html_root_url = "https://docs.rs/color-spantrace/0.1.3")]
#![doc(html_root_url = "https://docs.rs/color-spantrace/0.1.4")]
#![warn(
missing_debug_implementations,
missing_docs,