From 2aa85042870ba47cee7eea49b7a1488d83aa2e06 Mon Sep 17 00:00:00 2001 From: Bastien Orivel Date: Tue, 1 May 2018 23:39:43 +0200 Subject: [PATCH] Update regex to 1.0 and bump version --- Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 6a7786a..ecaa08d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "caseless" -version = "0.2.0" +version = "0.2.1" authors = ["Simon Sapin "] description = "Unicode caseless matching" repository = "https://github.com/SimonSapin/rust-caseless" @@ -9,7 +9,7 @@ license = "MIT" build = "src/build.rs" [build-dependencies] -regex = "0.2" +regex = "1.0" [dependencies] unicode-normalization = "0.1"