From f5158746946ed81015c3a33078dedf164686da19 Mon Sep 17 00:00:00 2001 From: Jacob Brown Date: Sun, 18 Oct 2020 15:12:56 -0500 Subject: [PATCH] update version --- Cargo.toml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index a5d135a..66abb88 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] authors = ["Jacob Brown "] name = "sanitize-filename" -version = "0.2.1" +version = "0.3.0" keywords = ["filename", "sanitizer"] license = "MIT" readme = "README.md" @@ -9,5 +9,5 @@ repository = "https://github.com/kardeiz/sanitize-filename" description = "A simple filename sanitizer, based on Node's sanitize-filename" [dependencies] -lazy_static = "1.1.0" -regex = { version = "1.4.1", default-features = false, features = ["std", "unicode-case"] } +lazy_static = "1" +regex = { version = "1", default-features = false, features = ["std", "unicode-case"] }