We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c5d5ff1 commit 273a2c2Copy full SHA for 273a2c2
Cargo.toml
@@ -1,6 +1,6 @@
1
[package]
2
name = "fmt-cmp"
3
-version = "0.1.1"
+version = "0.1.2"
4
edition = "2018"
5
rust-version = "1.41"
6
description = "Traits and utilities for lexicographically comparing values in their `Display` representations"
src/lib.rs
//! 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))]
0 commit comments