Skip to content

Commit

Permalink
Bump to v0.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
tesaguri committed Jul 28, 2024
1 parent 3cc2164 commit c8330ff
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 = "fmt-cmp"
version = "0.1.1"
version = "0.1.2"
edition = "2018"
rust-version = "1.41"
description = "Traits and utilities for lexicographically comparing values in their `Display` representations"
Expand Down
2 changes: 1 addition & 1 deletion src/lib.rs
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
//! Traits and utilities for lexicographically comparing values in their `Display` representations.

#![doc(html_root_url = "https://docs.rs/fmt-cmp/0.1.1")]
#![doc(html_root_url = "https://docs.rs/fmt-cmp/0.1.2")]
#![cfg_attr(not(feature = "std"), no_std)]
// Features.
#![cfg_attr(fmt_cmp_semver_exempt, feature(min_specialization))]
Expand Down

0 comments on commit c8330ff

Please sign in to comment.