app_store: fix get_capability() bug by using fixed process_lib

This commit is contained in:
hosted-fornet 2024-01-20 09:31:26 -08:00
parent f25bda41d7
commit 2ebae2e381

View File

@ -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]