mirror of
https://github.com/eyre-rs/eyre.git
synced 2025-09-28 13:31:29 +00:00
Release 1.0.18
This commit is contained in:
parent
f721eec438
commit
afa1a47f76
@ -1,6 +1,6 @@
|
||||
[package]
|
||||
name = "anyhow"
|
||||
version = "1.0.17" # remember to update html_root_url
|
||||
version = "1.0.18" # remember to update html_root_url
|
||||
authors = ["David Tolnay <dtolnay@gmail.com>"]
|
||||
edition = "2018"
|
||||
license = "MIT OR Apache-2.0"
|
||||
|
@ -159,7 +159,7 @@
|
||||
//! # }
|
||||
//! ```
|
||||
|
||||
#![doc(html_root_url = "https://docs.rs/anyhow/1.0.17")]
|
||||
#![doc(html_root_url = "https://docs.rs/anyhow/1.0.18")]
|
||||
#![cfg_attr(backtrace, feature(backtrace))]
|
||||
#![allow(
|
||||
clippy::needless_doctest_main,
|
||||
|
Loading…
x
Reference in New Issue
Block a user