mirror of
https://github.com/eyre-rs/eyre.git
synced 2025-09-27 13:01:29 +00:00
Bump version to push updated docs to crates
This commit is contained in:
parent
ecff17c22b
commit
782e62f3b1
@ -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"
|
||||
|
@ -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(
|
||||
|
Loading…
x
Reference in New Issue
Block a user