From 6a1b9d4009c8ccc83d3c734e5f3a2ae557bbb604 Mon Sep 17 00:00:00 2001 From: David Tolnay Date: Thu, 20 Jul 2023 22:10:23 -0700 Subject: [PATCH] Release 0.2.11 --- Cargo.toml | 2 +- src/lib.rs | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index b3fffb9..1e98c3f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "remain" -version = "0.2.10" +version = "0.2.11" authors = ["David Tolnay "] categories = ["development-tools", "no-std", "no-std::no-alloc"] description = "Compile-time checks that an enum, struct, or match is written in sorted order." diff --git a/src/lib.rs b/src/lib.rs index 28f2904..f07efc7 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -143,7 +143,7 @@ //! # fn main() {} //! ``` -#![doc(html_root_url = "https://docs.rs/remain/0.2.10")] +#![doc(html_root_url = "https://docs.rs/remain/0.2.11")] #![allow( clippy::derive_partial_eq_without_eq, clippy::enum_glob_use,