Version 0.1.6
Signed-off-by: Jacob Kiers <code@kiers.eu>
This commit is contained in:
parent
a6748f30d9
commit
fd86162450
2
Cargo.lock
generated
2
Cargo.lock
generated
@ -136,7 +136,7 @@ dependencies = [
|
||||
|
||||
[[package]]
|
||||
name = "fourth"
|
||||
version = "0.1.5"
|
||||
version = "0.1.6"
|
||||
dependencies = [
|
||||
"byte_string",
|
||||
"bytes",
|
||||
|
@ -1,6 +1,6 @@
|
||||
[package]
|
||||
name = "fourth"
|
||||
version = "0.1.5"
|
||||
version = "0.1.6"
|
||||
edition = "2021"
|
||||
authors = ["LI Rui <lr_cn@outlook.com>"]
|
||||
license = "Apache-2.0"
|
||||
@ -27,4 +27,4 @@ time = { version = "0.3.1", features = ["local-offset", "formatting"] }
|
||||
tokio = { version = "1.0", features = ["full"] }
|
||||
|
||||
bytes = "1.1"
|
||||
byte_string = "1"
|
||||
byte_string = "1"
|
||||
|
Loading…
Reference in New Issue
Block a user