mirror of
https://github.com/eyre-rs/eyre.git
synced 2025-09-27 04:50:50 +00:00
Fix readme on crates.io
This commit is contained in:
parent
788f7e8bbd
commit
d60a8bdeec
@ -1,6 +1,6 @@
|
||||
[package]
|
||||
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>"]
|
||||
edition = "2018"
|
||||
license = "MIT OR Apache-2.0"
|
||||
|
@ -177,7 +177,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.2")]
|
||||
#![doc(html_root_url = "https://docs.rs/eyre/0.3.3")]
|
||||
#![cfg_attr(backtrace, feature(backtrace))]
|
||||
#![cfg_attr(not(feature = "std"), no_std)]
|
||||
#![allow(
|
||||
|
Loading…
x
Reference in New Issue
Block a user