(cargo-release) version 0.6.4

This commit is contained in:
Gregory 2021-04-29 20:53:18 -04:00
parent 514c9864b2
commit 478bae2ecd
No known key found for this signature in database
GPG key ID: 2E44FAEEDC94B1E2
2 changed files with 2 additions and 2 deletions

2
Cargo.lock generated
View file

@ -371,7 +371,7 @@ dependencies = [
[[package]] [[package]]
name = "handlr" name = "handlr"
version = "0.6.3" version = "0.6.4"
dependencies = [ dependencies = [
"aho-corasick", "aho-corasick",
"ascii_table", "ascii_table",

View file

@ -1,6 +1,6 @@
[package] [package]
name = "handlr" name = "handlr"
version = "0.6.3" version = "0.6.4"
authors = ["Gregory <gregory.mkv@gmail.com>"] authors = ["Gregory <gregory.mkv@gmail.com>"]
edition = "2018" edition = "2018"
license = "MIT" license = "MIT"