v0.5.3
This commit is contained in:
parent
4a9b193691
commit
5601481929
2 changed files with 5 additions and 5 deletions
4
Cargo.lock
generated
4
Cargo.lock
generated
|
|
@ -750,7 +750,7 @@ dependencies = [
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "emgauwa-common"
|
name = "emgauwa-common"
|
||||||
version = "0.5.1"
|
version = "0.5.3"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"actix",
|
"actix",
|
||||||
"actix-web",
|
"actix-web",
|
||||||
|
|
@ -772,7 +772,7 @@ dependencies = [
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "emgauwa-controller"
|
name = "emgauwa-controller"
|
||||||
version = "0.5.2"
|
version = "0.5.3"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"actix",
|
"actix",
|
||||||
"chrono",
|
"chrono",
|
||||||
|
|
|
||||||
|
|
@ -1,11 +1,11 @@
|
||||||
[package]
|
[package]
|
||||||
name = "emgauwa-controller"
|
name = "emgauwa-controller"
|
||||||
version = "0.5.2"
|
version = "0.5.3"
|
||||||
edition = "2021"
|
edition = "2021"
|
||||||
authors = ["Tobias Reisinger <tobias@msrg.cc>"]
|
authors = ["Tobias Reisinger <tobias@msrg.cc>"]
|
||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
emgauwa-common = { git = "https://git.serguzim.me/emgauwa/common.git", tag = "v0.5.2-rc.1" }
|
emgauwa-common = { git = "https://git.serguzim.me/emgauwa/common.git", tag = "v0.5.3" }
|
||||||
|
|
||||||
actix = "0.13"
|
actix = "0.13"
|
||||||
|
|
||||||
|
|
@ -29,4 +29,4 @@ rppal = "0.22"
|
||||||
rppal-pfd = "0.1"
|
rppal-pfd = "0.1"
|
||||||
rppal-mcp23s17 = "0.1"
|
rppal-mcp23s17 = "0.1"
|
||||||
|
|
||||||
git-version = "0.3"
|
git-version = "0.3"
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue