From 24ec261f2379370adf0f80feb3a5e2a33f827a6a Mon Sep 17 00:00:00 2001 From: "guillem.cordoba" Date: Thu, 18 Jul 2024 22:30:14 +0200 Subject: [PATCH] Minor fix --- crates/holochain_scaffolding_utils/Cargo.toml | 4 ++-- crates/hrl/Cargo.toml | 4 ++-- crates/scaffold_remote_zome/Cargo.toml | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/crates/holochain_scaffolding_utils/Cargo.toml b/crates/holochain_scaffolding_utils/Cargo.toml index 27d3311..a5af24a 100644 --- a/crates/holochain_scaffolding_utils/Cargo.toml +++ b/crates/holochain_scaffolding_utils/Cargo.toml @@ -9,7 +9,7 @@ edition = "2021" serde = "1" thiserror = "1.0.22" file_tree_utils = { path = "../file_tree_utils" } -holochain_types = "0.3.1-rc" +holochain_types = "0.3.1" dialoguer = "0.11" serde_yaml = "=0.9.33" -mr_bundle = "0.3.1-rc" +mr_bundle = "0.3.1" diff --git a/crates/hrl/Cargo.toml b/crates/hrl/Cargo.toml index 9119202..e2cd8aa 100644 --- a/crates/hrl/Cargo.toml +++ b/crates/hrl/Cargo.toml @@ -7,5 +7,5 @@ edition = "2021" [dependencies] serde = "1" -hdk = "0.3.1-rc" -holo_hash = { version = "0.3.1-rc", features = ["encoding"] } +hdk = "0.3.1" +holo_hash = { version = "0.3.1", features = ["encoding"] } diff --git a/crates/scaffold_remote_zome/Cargo.toml b/crates/scaffold_remote_zome/Cargo.toml index 32c945b..56b6546 100644 --- a/crates/scaffold_remote_zome/Cargo.toml +++ b/crates/scaffold_remote_zome/Cargo.toml @@ -30,4 +30,4 @@ regex = "1.10.4" path-clean = "1" dialoguer = "0.11" colored = "2.1.0" -holochain_types = "0.3.1-rc" +holochain_types = "0.3.1"