From 7b116bc70c16b972a06c2e084ad1e9f3edfbaa2f Mon Sep 17 00:00:00 2001 From: Sean McArthur Date: Tue, 12 Nov 2019 11:50:59 -0800 Subject: [PATCH] v2.6.0 --- Cargo.toml | 2 +- src/lib.rs | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 7477ac7..3f91773 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "unicase" -version = "2.5.1" # don't forget to update html_root_url +version = "2.6.0" # don't forget to update html_root_url authors = ["Sean McArthur "] description = "A case-insensitive wrapper around strings." repository = "https://github.com/seanmonstar/unicase" diff --git a/src/lib.rs b/src/lib.rs index af286ff..0c02b5e 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -1,6 +1,6 @@ #![cfg_attr(test, deny(missing_docs))] #![cfg_attr(test, deny(warnings))] -#![doc(html_root_url = "https://docs.rs/unicase/2.5.1")] +#![doc(html_root_url = "https://docs.rs/unicase/2.6.0")] #![cfg_attr(feature = "nightly", feature(test))] #![cfg_attr( all(