From f513d9e651e61d2f5680fd8d3aee4279bca107fe Mon Sep 17 00:00:00 2001 From: Matthias Date: Mon, 19 Aug 2024 11:43:14 +0200 Subject: [PATCH] bumped to 0.4.0-dev.18 --- Cargo.toml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index a3b3ee9..5e46fbe 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -16,9 +16,9 @@ napi = { version = "2.12.2", default-features = false, features = [ ] } napi-derive = "2.12.2" -holochain_conductor_api = { git = "https://github.com/holochain/holochain", rev = "9fc92667b775b893cb1a50c062554744fc0cbc06"} -holochain_p2p = { git = "https://github.com/holochain/holochain", rev = "9fc92667b775b893cb1a50c062554744fc0cbc06"} -holochain_types = { git = "https://github.com/holochain/holochain", rev = "9fc92667b775b893cb1a50c062554744fc0cbc06"} +holochain_conductor_api = "0.4.0-dev.18" +holochain_p2p = "0.4.0-dev.18" +holochain_types = "0.4.0-dev.18" lair_keystore_api = "0.4.5" futures = "0.3"