diff --git a/Cargo.toml b/Cargo.toml index c252be8..f764958 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "remain" -version = "0.2.11" +version = "0.2.12" 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 2cab03a..44f81b1 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.11")] +#![doc(html_root_url = "https://docs.rs/remain/0.2.12")] #![allow( clippy::derive_partial_eq_without_eq, clippy::enum_glob_use,