From d99cf87da0aa3ed82ab987368cde3a3190d5f613 Mon Sep 17 00:00:00 2001 From: mbecker20 Date: Mon, 29 Jul 2024 18:36:42 -0700 Subject: [PATCH] update client to 1.12 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 6ac658401..31e4723dc 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -15,7 +15,7 @@ monitor_client = { path = "client/core/rs" } [workspace.dependencies] # LOCAL -monitor_client = "1.11.0" +monitor_client = "1.12.0" periphery_client = { path = "client/periphery/rs" } formatting = { path = "lib/formatting" } command = { path = "lib/command" }