Skip to content

Commit 273a2c2

Browse files
committed
Bump to v0.1.2
1 parent c5d5ff1 commit 273a2c2

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "fmt-cmp"
3-
version = "0.1.1"
3+
version = "0.1.2"
44
edition = "2018"
55
rust-version = "1.41"
66
description = "Traits and utilities for lexicographically comparing values in their `Display` representations"

src/lib.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
//! Traits and utilities for lexicographically comparing values in their `Display` representations.
22
3-
#![doc(html_root_url = "https://docs.rs/fmt-cmp/0.1.1")]
3+
#![doc(html_root_url = "https://docs.rs/fmt-cmp/0.1.2")]
44
#![cfg_attr(not(feature = "std"), no_std)]
55
// Features.
66
#![cfg_attr(fmt_cmp_semver_exempt, feature(min_specialization))]

0 commit comments

Comments
 (0)