From 6bbd40551fa9afa3b7ff3f7df348ef132f1818f7 Mon Sep 17 00:00:00 2001 From: Ryan Butler Date: Thu, 19 Sep 2024 11:00:37 -0400 Subject: [PATCH] ui: bump version (#224) --- Cargo.lock | 2 +- orb-ui/Cargo.toml | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index b24a677c..ab3e08a7 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -4350,7 +4350,7 @@ dependencies = [ [[package]] name = "orb-ui" -version = "0.0.2" +version = "0.0.3" dependencies = [ "async-trait", "chrono", diff --git a/orb-ui/Cargo.toml b/orb-ui/Cargo.toml index a3e5c664..cf38eb62 100644 --- a/orb-ui/Cargo.toml +++ b/orb-ui/Cargo.toml @@ -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 "] publish = false @@ -19,11 +19,12 @@ 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" @@ -31,7 +32,6 @@ 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