Skip to content

Commit

Permalink
Release 0.2.13
Browse files Browse the repository at this point in the history
  • Loading branch information
dtolnay committed Feb 19, 2024
1 parent 74068f8 commit 4a69933
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.12"
version = "0.2.13"
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.12")]
#![doc(html_root_url = "https://docs.rs/remain/0.2.13")]
#![allow(
clippy::derive_partial_eq_without_eq,
clippy::enum_glob_use,
Expand Down

0 comments on commit 4a69933

Please sign in to comment.