diff --git a/Cargo.lock b/Cargo.lock index 4b1d7bf..b4dfecf 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -405,7 +405,7 @@ dependencies = [ [[package]] name = "handlr" -version = "0.5.0" +version = "0.6.0" dependencies = [ "aho-corasick", "ascii_table", diff --git a/Cargo.toml b/Cargo.toml index 8d58f0f..abf2788 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "handlr" -version = "0.5.0" +version = "0.6.0" authors = ["Gregory "] edition = "2018" license = "MIT"