From adb11fa32295a5d3df7b742e545f4e9b776f9bb3 Mon Sep 17 00:00:00 2001 From: David Tolnay Date: Tue, 14 May 2024 13:52:00 -0700 Subject: [PATCH] Release 1.0.17 --- Cargo.toml | 2 +- src/lib.rs | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index b6c1e77..3087339 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "rustversion" -version = "1.0.16" +version = "1.0.17" 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 47a0370..aad578b 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -145,7 +145,7 @@ //! //!
-#![doc(html_root_url = "https://docs.rs/rustversion/1.0.16")] +#![doc(html_root_url = "https://docs.rs/rustversion/1.0.17")] #![allow( clippy::cast_lossless, clippy::cast_possible_truncation,