We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3c8473d commit 54d48fbCopy full SHA for 54d48fb
Cargo.toml
@@ -1,7 +1,7 @@
1
[package]
2
3
name = "log"
4
-version = "0.4.18" # remember to update html_root_url
+version = "0.4.19" # remember to update html_root_url
5
authors = ["The Rust Project Developers"]
6
license = "MIT OR Apache-2.0"
7
readme = "README.md"
src/lib.rs
@@ -317,7 +317,7 @@
317
#![doc(
318
html_logo_url = "https://www.rust-lang.org/logos/rust-logo-128x128-blk-v2.png",
319
html_favicon_url = "https://www.rust-lang.org/favicon.ico",
320
- html_root_url = "https://docs.rs/log/0.4.18"
+ html_root_url = "https://docs.rs/log/0.4.19"
321
)]
322
#![warn(missing_docs)]
323
#![deny(missing_debug_implementations, unconditional_recursion)]
0 commit comments