diff --git a/Cargo.toml b/Cargo.toml index e95ab30..9fe3c62 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "try-lock" -version = "0.2.4" # remember to update html_root_url +version = "0.2.5" # remember to update html_root_url description = "A lightweight atomic lock." keywords = ["lock", "atomic"] categories = ["concurrency", "no-std"] diff --git a/src/lib.rs b/src/lib.rs index e0e46b4..2811996 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -1,4 +1,3 @@ -#![doc(html_root_url = "https://docs.rs/try-lock/0.2.3")] #![deny(missing_docs)] #![deny(missing_debug_implementations)] #![deny(warnings)]