Fix readme on crates.io

This commit is contained in:
Jane Lusby 2020-03-04 17:20:49 -08:00
parent 788f7e8bbd
commit d60a8bdeec
2 changed files with 2 additions and 2 deletions

View File

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

View File

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