Skip to content

Commit

Permalink
ui: bump version (#224)
Browse files Browse the repository at this point in the history
  • Loading branch information
TheButlah committed Sep 19, 2024
1 parent 832962a commit 6bbd405
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Cargo.lock

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

6 changes: 3 additions & 3 deletions orb-ui/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "orb-ui"
version = "0.0.2"
version = "0.0.3"
description = "Systemd daemon responsible for running the UI on the orb."
authors = ["Cyril Fougeray <cyril.fougeray@toolsforhumanity.com>"]
publish = false
Expand All @@ -19,19 +19,19 @@ eyre.workspace = true
futures.workspace = true
orb-build-info.path = "../build-info"
orb-messages.workspace = true
orb-rgb.path = "rgb"
orb-sound.path = "sound"
orb-uart.path = "uart"
orb-rgb.path = "rgb"
pid.path = "pid"
prost = "0.12.3"
rand = "0.8.5"
serde.workspace = true
serde_json = "1.0.108"
tokio-stream = "0.1.14"
tokio.workspace = true
tracing-subscriber.workspace = true
tracing.workspace = true
zbus.workspace = true
rand = "0.8.5"

[target.'cfg(tokio_unstable)'.dependencies]
console-subscriber.workspace = true
Expand Down

0 comments on commit 6bbd405

Please sign in to comment.