From a6db45971a10c9a056dea11924084e84d2d35c4c Mon Sep 17 00:00:00 2001 From: Matthias Date: Mon, 2 Dec 2024 12:57:46 +0100 Subject: [PATCH] bump to 0.3.6-rc.0 --- Cargo.toml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index dc9962c..99ce9a5 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -8,12 +8,12 @@ crate-type = ["cdylib"] [dependencies] # We keep those holochain dependencies separate from the root project to avoid irrelevant incompatibilities -holochain_integrity_types = "0.3.0-beta-dev.26" -holochain_types = "0.3.0-beta-dev.33" -holochain_zome_types = "0.3.0-beta-dev.27" -holo_hash = "0.3.0-beta-dev.22" -kitsune_p2p_timestamp = "0.3.0-beta-dev.7" -lair_keystore_api = "0.4.3" +holochain_integrity_types = "0.3.5" +holochain_types = "0.3.6-rc.0" +holochain_zome_types = "0.3.5" +holo_hash = "0.3.5" +kitsune_p2p_timestamp = "0.3.5" +lair_keystore_api = "0.4.7" hex = "0.4.3" futures = "0.3"