From 2ebae2e381e7284abf321d4661e2825b0d681ff9 Mon Sep 17 00:00:00 2001 From: hosted-fornet Date: Sat, 20 Jan 2024 09:31:26 -0800 Subject: [PATCH] app_store: fix `get_capability()` bug by using fixed process_lib --- modules/app_store/app_store/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/app_store/app_store/Cargo.toml b/modules/app_store/app_store/Cargo.toml index 0daccb5c..026bf2af 100644 --- a/modules/app_store/app_store/Cargo.toml +++ b/modules/app_store/app_store/Cargo.toml @@ -15,7 +15,7 @@ rand = "0.8" serde = { version = "1.0", features = ["derive"] } serde_json = "1.0" sha2 = "0.10.8" -kinode_process_lib = { git = "ssh://git@github.com/uqbar-dao/process_lib.git", rev = "9790c0f" } +kinode_process_lib = { git = "ssh://git@github.com/uqbar-dao/process_lib.git", rev = "8d98e67" } wit-bindgen = { git = "https://github.com/bytecodealliance/wit-bindgen", rev = "efcc759" } [lib]