From 8bb5f7f834a350e0dcb8917edf4a1df8f09476e2 Mon Sep 17 00:00:00 2001 From: hosted-fornet Date: Thu, 8 Feb 2024 15:34:23 -0800 Subject: [PATCH] bump kit version to avoid compile warnings --- kinode/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kinode/Cargo.toml b/kinode/Cargo.toml index 3a9d1528..eaf59b10 100644 --- a/kinode/Cargo.toml +++ b/kinode/Cargo.toml @@ -14,7 +14,7 @@ path = "src/main.rs" [build-dependencies] anyhow = "1.0.71" -kit = { git = "https://github.com/kinode-dao/kit", rev = "25b098f" } +kit = { git = "https://github.com/kinode-dao/kit", rev = "0c43430" } reqwest = { version = "0.11.22", features = ["blocking"] } sha2 = "0.10" tokio = { version = "1.28", features = ["macros"] }