mirror of
https://github.com/eyre-rs/eyre.git
synced 2025-09-29 22:11:55 +00:00
Release 1.0.25
This commit is contained in:
parent
55343b9d6c
commit
3cd0fcb2d1
@ -1,6 +1,6 @@
|
|||||||
[package]
|
[package]
|
||||||
name = "anyhow"
|
name = "anyhow"
|
||||||
version = "1.0.24" # remember to update html_root_url
|
version = "1.0.25" # remember to update html_root_url
|
||||||
authors = ["David Tolnay <dtolnay@gmail.com>"]
|
authors = ["David Tolnay <dtolnay@gmail.com>"]
|
||||||
edition = "2018"
|
edition = "2018"
|
||||||
license = "MIT OR Apache-2.0"
|
license = "MIT OR Apache-2.0"
|
||||||
|
@ -177,7 +177,7 @@
|
|||||||
//! will require an explicit `.map_err(Error::msg)` when working with a
|
//! will require an explicit `.map_err(Error::msg)` when working with a
|
||||||
//! non-Anyhow error type inside a function that returns Anyhow's error type.
|
//! non-Anyhow error type inside a function that returns Anyhow's error type.
|
||||||
|
|
||||||
#![doc(html_root_url = "https://docs.rs/anyhow/1.0.24")]
|
#![doc(html_root_url = "https://docs.rs/anyhow/1.0.25")]
|
||||||
#![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(
|
||||||
|
Loading…
x
Reference in New Issue
Block a user