diff --git a/Cargo.toml b/Cargo.toml index d12515c..8aadb51 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "rustversion" -version = "1.0.14" +version = "1.0.15" 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 885af6e..1616856 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -145,7 +145,7 @@ //! //!
-#![doc(html_root_url = "https://docs.rs/rustversion/1.0.14")] +#![doc(html_root_url = "https://docs.rs/rustversion/1.0.15")] #![allow( clippy::cast_lossless, clippy::cast_possible_truncation,