From b654387f42a404a09504b0fc8321b116f4d22b51 Mon Sep 17 00:00:00 2001 From: Sergio Benitez Date: Wed, 7 Apr 2021 14:24:09 -0700 Subject: [PATCH] New version: 0.9.6. --- Cargo.toml | 2 +- src/lib.rs | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index b9eae39..65f2cfc 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "uncased" -version = "0.9.5" +version = "0.9.6" authors = ["Sergio Benitez "] edition = "2018" description = "Case-preserving, ASCII case-insensitive, no_std string types." diff --git a/src/lib.rs b/src/lib.rs index 5b066f1..023bd4e 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -50,7 +50,6 @@ //! `with-serde-alloc` feature, which implicitly enables the `alloc` feature. #![no_std] -#![doc(html_root_url = "https://docs.rs/uncased/0.9.3")] #![cfg_attr(nightly, feature(doc_cfg))] #[cfg(feature = "alloc")] extern crate alloc;