process_lib use version

This commit is contained in:
doria 2024-01-21 16:28:41 -03:00 committed by GitHub
parent 6f402515f3
commit d1e88acb79
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

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 = "437093e" }
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]