From 10efa07aab70e665e364340b71209243f9c26703 Mon Sep 17 00:00:00 2001 From: prplV Date: Wed, 12 Mar 2025 13:20:19 +0300 Subject: [PATCH] kellnr test 2 --- crates/api-grub/Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/crates/api-grub/Cargo.toml b/crates/api-grub/Cargo.toml index 4425e63..aa380a2 100644 --- a/crates/api-grub/Cargo.toml +++ b/crates/api-grub/Cargo.toml @@ -14,7 +14,7 @@ publish = ["kellnr"] serde = { version = "1.0.217", features = ["derive"] } serde_json = "1.0.135" tokio = { version = "1.43.0", features = ["full"] } -integr-structs = {path = "../integr-structs"} +integr-structs = { version = ">=0.1.0", registry = "kellnr"} anyhow = "1.0.95" chrono = "0.4.39" reqwest = { version = "0.12.12", features = ["rustls-tls", "json"] } @@ -26,4 +26,4 @@ rand = "0.9.0" sysinfo = "0.33.1" openssl = { version = "0.10", features = ["vendored"] } tracing-subscriber = "0.3.19" -tracing = "0.1.41" +tracing = "0.1.41" \ No newline at end of file