Skip to content

Commit

Permalink
Update regex to 1.0 and bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
Eijebong committed May 1, 2018
1 parent 67eb850 commit 2aa8504
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 2aa8504

Please sign in to comment.