From 5e18f44782e53ddbdbc9e17db358cc1d2b5bbdbe Mon Sep 17 00:00:00 2001 From: hosted-fornet Date: Wed, 3 Apr 2024 17:53:54 -0700 Subject: [PATCH] use latest `kit` --- kinode/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kinode/Cargo.toml b/kinode/Cargo.toml index 703fb994..225b7224 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 = "95cfc41" } +kit = { git = "https://github.com/kinode-dao/kit", rev = "79732ec" } rayon = "1.8.1" sha2 = "0.10" tokio = "1.28"