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(