mirror of
https://github.com/eyre-rs/eyre.git
synced 2025-09-30 06:21:52 +00:00
Release 1.0.5
This commit is contained in:
parent
0dc3332a7d
commit
8aa46c4ee1
@ -1,6 +1,6 @@
|
||||
[package]
|
||||
name = "anyhow"
|
||||
version = "1.0.4" # remember to update html_root_url
|
||||
version = "1.0.5" # remember to update html_root_url
|
||||
authors = ["David Tolnay <dtolnay@gmail.com>"]
|
||||
edition = "2018"
|
||||
license = "MIT OR Apache-2.0"
|
||||
|
@ -171,7 +171,7 @@
|
||||
//!
|
||||
//! [fehler]: https://github.com/withoutboats/fehler
|
||||
|
||||
#![doc(html_root_url = "https://docs.rs/anyhow/1.0.4")]
|
||||
#![doc(html_root_url = "https://docs.rs/anyhow/1.0.5")]
|
||||
#![cfg_attr(backtrace, feature(backtrace))]
|
||||
|
||||
#[macro_use]
|
||||
|
Loading…
x
Reference in New Issue
Block a user