From 76ce6881a5e57d4db75a0ecd5a0144f994c3efc2 Mon Sep 17 00:00:00 2001 From: David Tolnay Date: Mon, 6 May 2024 21:00:20 -0700 Subject: [PATCH] Release 0.2.14 --- Cargo.toml | 2 +- src/lib.rs | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index a0693c1..019dd58 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "remain" -version = "0.2.13" +version = "0.2.14" 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 1b178b7..dcd2524 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.13")] +#![doc(html_root_url = "https://docs.rs/remain/0.2.14")] #![allow( clippy::derive_partial_eq_without_eq, clippy::enum_glob_use,