Skip to content

Commit 54d48fb

Browse files
committed
prepare for 0.4.19 release
1 parent 3c8473d commit 54d48fb

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22

33
name = "log"
4-
version = "0.4.18" # remember to update html_root_url
4+
version = "0.4.19" # remember to update html_root_url
55
authors = ["The Rust Project Developers"]
66
license = "MIT OR Apache-2.0"
77
readme = "README.md"

src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -317,7 +317,7 @@
317317
#![doc(
318318
html_logo_url = "https://www.rust-lang.org/logos/rust-logo-128x128-blk-v2.png",
319319
html_favicon_url = "https://www.rust-lang.org/favicon.ico",
320-
html_root_url = "https://docs.rs/log/0.4.18"
320+
html_root_url = "https://docs.rs/log/0.4.19"
321321
)]
322322
#![warn(missing_docs)]
323323
#![deny(missing_debug_implementations, unconditional_recursion)]

0 commit comments

Comments
 (0)