Skip to content

Commit

Permalink
New version: 0.9.6.
Browse files Browse the repository at this point in the history
  • Loading branch information
SergioBenitez committed Apr 7, 2021
1 parent b7b21da commit b654387
Show file tree
Hide file tree
Showing 2 changed files with 1 addition 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 = "uncased"
version = "0.9.5"
version = "0.9.6"
authors = ["Sergio Benitez <sb@sergio.bz>"]
edition = "2018"
description = "Case-preserving, ASCII case-insensitive, no_std string types."
Expand Down
1 change: 0 additions & 1 deletion src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit b654387

Please sign in to comment.