From db3ae2c99040de7f594fd7244bdbda593f888fc7 Mon Sep 17 00:00:00 2001 From: David Tolnay Date: Thu, 20 Jul 2023 21:41:15 -0700 Subject: [PATCH] Release 1.0.10 --- Cargo.toml | 2 +- src/lib.rs | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index dd67e15..5c9a03b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "inherent" -version = "1.0.9" +version = "1.0.10" authors = ["David Tolnay "] categories = ["rust-patterns", "no-std", "no-std::no-alloc"] description = "Make trait methods callable without the trait in scope" diff --git a/src/lib.rs b/src/lib.rs index 5135ae5..195d2ea 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -72,7 +72,7 @@ //! } //! ``` -#![doc(html_root_url = "https://docs.rs/inherent/1.0.9")] +#![doc(html_root_url = "https://docs.rs/inherent/1.0.10")] #![allow( clippy::default_trait_access, clippy::module_name_repetitions,