From 6be032fcd433b53bcb5ba08ef7e9e75bd4b1539a Mon Sep 17 00:00:00 2001 From: mbecker20 Date: Tue, 16 Jul 2024 16:06:38 -0700 Subject: [PATCH] update client to 1.10.4 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 88db8084f..9760a4c97 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -15,7 +15,7 @@ monitor_client = { path = "client/core/rs" } [workspace.dependencies] # LOCAL -monitor_client = "1.10.3" +monitor_client = "1.10.4" periphery_client = { path = "client/periphery/rs" } formatting = { path = "lib/formatting" } command = { path = "lib/command" }