Bump version to push updated docs to crates

This commit is contained in:
Jane Lusby 2020-03-05 18:41:01 -08:00
parent ecff17c22b
commit 782e62f3b1
2 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,6 @@
[package]
name = "eyre"
version = "0.3.3" # remember to update html_root_url
version = "0.3.4" # remember to update html_root_url
authors = ["David Tolnay <dtolnay@gmail.com>", "Jane Lusby <jlusby42@gmail.com>"]
edition = "2018"
license = "MIT OR Apache-2.0"

View File

@ -176,7 +176,7 @@
//! will require an explicit `.map_err(ErrReport::msg)` when working with a
//! non-Eyre error type inside a function that returns Eyre's error type.
#![doc(html_root_url = "https://docs.rs/eyre/0.3.3")]
#![doc(html_root_url = "https://docs.rs/eyre/0.3.4")]
#![cfg_attr(backtrace, feature(backtrace))]
#![cfg_attr(not(feature = "std"), no_std)]
#![allow(