Skip to content

Commit

Permalink
update version
Browse files Browse the repository at this point in the history
  • Loading branch information
kardeiz committed Oct 18, 2020
1 parent 82a34a9 commit f515874
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
[package]
authors = ["Jacob Brown <[email protected]>"]
name = "sanitize-filename"
version = "0.2.1"
version = "0.3.0"
keywords = ["filename", "sanitizer"]
license = "MIT"
readme = "README.md"
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"] }

0 comments on commit f515874

Please sign in to comment.