diff --git a/Cargo.lock b/Cargo.lock index 5c2e415..5fb0160 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -405,7 +405,7 @@ dependencies = [ [[package]] name = "handlr" -version = "0.6.1" +version = "0.6.2" dependencies = [ "aho-corasick", "ascii_table", diff --git a/Cargo.toml b/Cargo.toml index 5605076..4affb62 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "handlr" -version = "0.6.1" +version = "0.6.2" authors = ["Gregory "] edition = "2018" license = "MIT"