(cargo-release) version 0.6.0

This commit is contained in:
Gregory 2021-04-23 18:25:16 -04:00
parent f2aa0e818a
commit 74bc905fab
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

@ -405,7 +405,7 @@ dependencies = [
[[package]] [[package]]
name = "handlr" name = "handlr"
version = "0.5.0" version = "0.6.0"
dependencies = [ dependencies = [
"aho-corasick", "aho-corasick",
"ascii_table", "ascii_table",

View file

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