Merge pull request #185 from uqbar-dao/hf/fix-app-store-get_capability-bug

app_store: fix `get_capability()` bug by using fixed process_lib
This commit is contained in:
doria 2024-01-21 16:33:39 -03:00 committed by GitHub
commit 24c7dcf0f6
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 3 additions and 3 deletions

View File

@ -190,8 +190,8 @@ checksum = "b1a46d1a171d865aa5f83f92695765caa047a9b4cbae2cbf37dbd613a793fd4c"
[[package]]
name = "kinode_process_lib"
version = "0.5.0"
source = "git+ssh://git@github.com/uqbar-dao/process_lib.git?rev=9790c0f#9790c0fecc64572d1fbeecdf3724eb37b3d6d3fa"
version = "0.5.4"
source = "git+ssh://git@github.com/uqbar-dao/process_lib.git?rev=437093e#437093e884deefc436a71978f5422a47bdddc5a5"
dependencies = [
"anyhow",
"bincode",

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", tag = "v0.5.5-alpha" }
wit-bindgen = { git = "https://github.com/bytecodealliance/wit-bindgen", rev = "efcc759" }
[lib]