From 502dd3a4a8538dfd7f2d6c9386f612b2ef8ba22e Mon Sep 17 00:00:00 2001 From: mbecker20 Date: Tue, 28 May 2024 04:58:31 -0700 Subject: [PATCH] update client version --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 3feee0b36..7f025fa33 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -15,7 +15,7 @@ monitor_client = { path = "client/core/rs" } [workspace.dependencies] # LOCAL -monitor_client = "1.5.3" +monitor_client = "1.5.4" periphery_client = { path = "client/periphery/rs" } logger = { path = "lib/logger" }