Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

🏗 Simplify data model 🏗 #98

Draft
wants to merge 15 commits into
base: unstable
Choose a base branch
from
17 changes: 7 additions & 10 deletions services/led_status_helper/Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions services/led_status_helper/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "led_status_helper"
version = "0.3.0"
version = "0.3.1"
authors = ["Terkwood <metaterkhorn@gmail.com>"]
edition = "2018"

Expand All @@ -11,4 +11,4 @@ rumqtt = "0.10.1"
redis = "0.9.1"
serde = "1.0.79"
serde_derive = "1.0.79"
uuid = { version = "0.7", features = ["v4"] }
uuid = { version = "0.7", features = ["v4"] }
Loading