Skip to content

Commit

Permalink
Merge pull request #9 from Eijebong/regex
Browse files Browse the repository at this point in the history
Update regex to 1.0 and bump version
  • Loading branch information
SimonSapin authored May 21, 2018
2 parents 67eb850 + 2aa8504 commit 7cb56f9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "caseless"
version = "0.2.0"
version = "0.2.1"
authors = ["Simon Sapin <[email protected]>"]
description = "Unicode caseless matching"
repository = "https://github.com/SimonSapin/rust-caseless"
Expand All @@ -9,7 +9,7 @@ license = "MIT"
build = "src/build.rs"

[build-dependencies]
regex = "0.2"
regex = "1.0"

[dependencies]
unicode-normalization = "0.1"

0 comments on commit 7cb56f9

Please sign in to comment.