Skip to content

Commit

Permalink
Minor fix
Browse files Browse the repository at this point in the history
  • Loading branch information
guillemcordoba committed Jul 18, 2024
1 parent 3394b1b commit 24ec261
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions crates/holochain_scaffolding_utils/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
4 changes: 2 additions & 2 deletions crates/hrl/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"] }
2 changes: 1 addition & 1 deletion crates/scaffold_remote_zome/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"

0 comments on commit 24ec261

Please sign in to comment.