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