We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 67eb850 + 2aa8504 commit 7cb56f9Copy full SHA for 7cb56f9
Cargo.toml
@@ -1,6 +1,6 @@
1
[package]
2
name = "caseless"
3
-version = "0.2.0"
+version = "0.2.1"
4
authors = ["Simon Sapin <[email protected]>"]
5
description = "Unicode caseless matching"
6
repository = "https://github.com/SimonSapin/rust-caseless"
@@ -9,7 +9,7 @@ license = "MIT"
9
build = "src/build.rs"
10
11
[build-dependencies]
12
-regex = "0.2"
+regex = "1.0"
13
14
[dependencies]
15
unicode-normalization = "0.1"
0 commit comments