Skip to content

Commit

Permalink
Release 0.2.8
Browse files Browse the repository at this point in the history
  • Loading branch information
dtolnay committed Mar 18, 2023
1 parent b8cd974 commit d9197a8
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.7"
version = "0.2.8"
authors = ["David Tolnay <[email protected]>"]
categories = ["development-tools", "no-std"]
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.7")]
#![doc(html_root_url = "https://docs.rs/remain/0.2.8")]
#![allow(
clippy::derive_partial_eq_without_eq,
clippy::enum_glob_use,
Expand Down

0 comments on commit d9197a8

Please sign in to comment.