mirror of
https://github.com/chmln/handlr.git
synced 2024-11-14 21:49:27 +01:00
(cargo-release) version 0.2.0
This commit is contained in:
parent
22c0fd3293
commit
2a79cd6dab
2 changed files with 2 additions and 2 deletions
2
Cargo.lock
generated
2
Cargo.lock
generated
|
@ -387,7 +387,7 @@ dependencies = [
|
|||
|
||||
[[package]]
|
||||
name = "handlr"
|
||||
version = "0.1.0"
|
||||
version = "0.2.0"
|
||||
dependencies = [
|
||||
"ascii_table",
|
||||
"dashmap",
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
[package]
|
||||
name = "handlr"
|
||||
version = "0.1.0"
|
||||
version = "0.2.0"
|
||||
authors = ["greg <gregory.mkv@gmail.com>"]
|
||||
edition = "2018"
|
||||
license = "MIT"
|
||||
|
|
Loading…
Reference in a new issue