Skip to content

Commit 7cb56f9

Browse files
authoredMay 21, 2018
Merge pull request #9 from Eijebong/regex
Update regex to 1.0 and bump version
2 parents 67eb850 + 2aa8504 commit 7cb56f9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed
 

‎Cargo.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "caseless"
3-
version = "0.2.0"
3+
version = "0.2.1"
44
authors = ["Simon Sapin <simon.sapin@exyr.org>"]
55
description = "Unicode caseless matching"
66
repository = "https://github.com/SimonSapin/rust-caseless"
@@ -9,7 +9,7 @@ license = "MIT"
99
build = "src/build.rs"
1010

1111
[build-dependencies]
12-
regex = "0.2"
12+
regex = "1.0"
1313

1414
[dependencies]
1515
unicode-normalization = "0.1"

0 commit comments

Comments
 (0)
Please sign in to comment.