Skip to content

Commit

Permalink
Release 1.0.19
Browse files Browse the repository at this point in the history
  • Loading branch information
dtolnay committed Nov 2, 2019
1 parent d695999 commit 360c93a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "anyhow"
version = "1.0.18" # remember to update html_root_url
version = "1.0.19" # remember to update html_root_url
authors = ["David Tolnay <[email protected]>"]
edition = "2018"
license = "MIT OR Apache-2.0"
Expand Down
2 changes: 1 addition & 1 deletion src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -159,7 +159,7 @@
//! # }
//! ```

#![doc(html_root_url = "https://docs.rs/anyhow/1.0.18")]
#![doc(html_root_url = "https://docs.rs/anyhow/1.0.19")]
#![cfg_attr(backtrace, feature(backtrace))]
#![allow(
clippy::needless_doctest_main,
Expand Down

0 comments on commit 360c93a

Please sign in to comment.