diff --git a/Cargo.toml b/Cargo.toml index 396c1f9..d6cb234 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "remain" -version = "0.2.7" +version = "0.2.8" authors = ["David Tolnay "] categories = ["development-tools", "no-std"] 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 55e791d..298c478 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.7")] +#![doc(html_root_url = "https://docs.rs/remain/0.2.8")] #![allow( clippy::derive_partial_eq_without_eq, clippy::enum_glob_use,