v0.5.3
This commit is contained in:
parent
9a9192213a
commit
d0a5096261
2 changed files with 3 additions and 3 deletions
2
Cargo.lock
generated
2
Cargo.lock
generated
|
|
@ -720,7 +720,7 @@ dependencies = [
|
|||
|
||||
[[package]]
|
||||
name = "emgauwa-common"
|
||||
version = "0.5.1"
|
||||
version = "0.5.3"
|
||||
dependencies = [
|
||||
"actix",
|
||||
"actix-web",
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
[package]
|
||||
name = "emgauwa-common"
|
||||
version = "0.5.1"
|
||||
version = "0.5.3"
|
||||
edition = "2021"
|
||||
authors = ["Tobias Reisinger <tobias@msrg.cc>"]
|
||||
|
||||
|
|
@ -26,4 +26,4 @@ libsqlite3-sys = { version = "*", features = ["bundled"] }
|
|||
uuid = { version = "1.8", features = ["v4"] }
|
||||
futures = "0.3"
|
||||
libc = "0.2"
|
||||
tokio = "1.36"
|
||||
tokio = "1.36"
|
||||
|
|
|
|||
Loading…
Reference in a new issue