Skip to content

Commit

Permalink
Updated to hc 0.3.2
Browse files Browse the repository at this point in the history
  • Loading branch information
guillemcordoba committed Aug 4, 2024
1 parent 75bb179 commit 6f307a6
Show file tree
Hide file tree
Showing 13 changed files with 2,679 additions and 3,096 deletions.
157 changes: 58 additions & 99 deletions Cargo.lock

Large diffs are not rendered by default.

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"
holochain_types = "0.3.2"
dialoguer = "0.11"
serde_yaml = "^0.9"
mr_bundle = "0.3.1"
mr_bundle = "0.3.2"
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"
holo_hash = { version = "0.3.1", features = ["encoding"] }
hdk = "0.3"
holo_hash = { version = "0.3", 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"
holochain_types = "0.3.2"
4 changes: 2 additions & 2 deletions flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@
};
cargoArtifacts = craneLib.buildDepsOnly (commonArgs // {
pname = "zome";
version = "for-holochain-0.3.1";
version = "for-holochain-0.3.2";
});

in cargoArtifacts;
Expand Down Expand Up @@ -130,7 +130,7 @@
# CARGO_PROFILE = "release";
CARGO_PROFILE = "release";
pname = "sweettest";
version = "for-holochain-0.3.1";
version = "for-holochain-0.3.2";
};
in cargoArtifacts;

Expand Down
Loading

0 comments on commit 6f307a6

Please sign in to comment.