This commit is contained in:
Tobias Reisinger 2026-09-02 01:39:51 +02:00
commit f00c4bb97d
Signed by: serguzim
GPG key ID: 13AD60C237A28DFE
2 changed files with 4 additions and 4 deletions

4
Cargo.lock generated
View file

@ -793,7 +793,7 @@ dependencies = [
[[package]]
name = "emgauwa-common"
version = "0.5.1"
version = "0.5.3"
dependencies = [
"actix",
"actix-web",
@ -815,7 +815,7 @@ dependencies = [
[[package]]
name = "emgauwa-core"
version = "0.5.2"
version = "0.5.3"
dependencies = [
"actix",
"actix-cors",

View file

@ -1,11 +1,11 @@
[package]
name = "emgauwa-core"
version = "0.5.2"
version = "0.5.3"
edition = "2021"
authors = ["Tobias Reisinger <tobias@msrg.cc>"]
[dependencies]
emgauwa-common = { git = "https://git.serguzim.me/emgauwa/common.git" }
emgauwa-common = { git = "https://git.serguzim.me/emgauwa/common.git", tag = "v0.5.3" }
actix = "0.13"
actix-web = "4.4"