Skip to content

Commit

Permalink
v2.5.1
Browse files Browse the repository at this point in the history
  • Loading branch information
seanmonstar committed Sep 3, 2019
1 parent 0522a82 commit 141699c
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.0" # don't forget to update html_root_url
version = "2.5.1" # 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.0")]
#![doc(html_root_url = "https://docs.rs/unicase/2.5.1")]
#![cfg_attr(feature = "nightly", feature(test))]

//! # UniCase
Expand Down

0 comments on commit 141699c

Please sign in to comment.