Skip to content

Commit

Permalink
Release 0.2.14
Browse files Browse the repository at this point in the history
  • Loading branch information
dtolnay committed May 7, 2024
1 parent ed789ba commit 76ce688
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "remain"
version = "0.2.13"
version = "0.2.14"
authors = ["David Tolnay <[email protected]>"]
categories = ["development-tools", "no-std", "no-std::no-alloc"]
description = "Compile-time checks that an enum, struct, or match is written in sorted order."
Expand Down
2 changes: 1 addition & 1 deletion src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit 76ce688

Please sign in to comment.