mirror of
https://github.com/eyre-rs/eyre.git
synced 2025-10-02 15:26:08 +00:00
Release 1.0.9
This commit is contained in:
parent
96eee9b062
commit
4a47e1362f
@ -1,6 +1,6 @@
|
|||||||
[package]
|
[package]
|
||||||
name = "anyhow"
|
name = "anyhow"
|
||||||
version = "1.0.8" # remember to update html_root_url
|
version = "1.0.9" # 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"
|
||||||
|
@ -170,7 +170,7 @@
|
|||||||
//!
|
//!
|
||||||
//! [fehler]: https://github.com/withoutboats/fehler
|
//! [fehler]: https://github.com/withoutboats/fehler
|
||||||
|
|
||||||
#![doc(html_root_url = "https://docs.rs/anyhow/1.0.8")]
|
#![doc(html_root_url = "https://docs.rs/anyhow/1.0.9")]
|
||||||
#![cfg_attr(backtrace, feature(backtrace))]
|
#![cfg_attr(backtrace, feature(backtrace))]
|
||||||
#![allow(clippy::new_ret_no_self, clippy::wrong_self_convention)]
|
#![allow(clippy::new_ret_no_self, clippy::wrong_self_convention)]
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user