Skip to content

Commit

Permalink
v2.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
seanmonstar committed Nov 12, 2019
1 parent c14856b commit 7b116bc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -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 <[email protected]>"]
description = "A case-insensitive wrapper around strings."
repository = "https://github.com/seanmonstar/unicase"
Expand Down
2 changes: 1 addition & 1 deletion src/lib.rs
Original file line number Diff line number Diff line change
@@ -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(
Expand Down

0 comments on commit 7b116bc

Please sign in to comment.