diff --git a/Cargo.toml b/Cargo.toml index 3087339..04bf62d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "rustversion" -version = "1.0.17" +version = "1.0.18" authors = ["David Tolnay "] build = "build/build.rs" categories = ["development-tools::build-utils", "no-std", "no-std::no-alloc"] diff --git a/src/lib.rs b/src/lib.rs index aad578b..501f8f2 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -145,7 +145,7 @@ //! //!
-#![doc(html_root_url = "https://docs.rs/rustversion/1.0.17")] +#![doc(html_root_url = "https://docs.rs/rustversion/1.0.18")] #![allow( clippy::cast_lossless, clippy::cast_possible_truncation,