Skip to content

Commit

Permalink
Merge pull request #21 from holochain-apps/build/holochain-0.3.2
Browse files Browse the repository at this point in the history
build: holochain 0.3.2
  • Loading branch information
mattyg authored Aug 4, 2024
2 parents 701bee8 + 1d93d5c commit 9dcec96
Show file tree
Hide file tree
Showing 11 changed files with 534 additions and 400 deletions.
563 changes: 346 additions & 217 deletions Cargo.lock

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ members = ["dnas/*/zomes/coordinator/*", "dnas/*/zomes/integrity/*", "src-tauri"
resolver = "2"

[workspace.dependencies]
hdi = "0.4.1"
hdk = "0.3.1"
hdi = "0.4.2"
hdk = "0.3.2"
serde = "1"

[workspace.dependencies.file_storage]
Expand Down
2 changes: 1 addition & 1 deletion dnas/kando/zomes/coordinator/profiles/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,4 @@ crate-type = ["cdylib", "rlib"]
name = "profiles"

[dependencies]
hc_zome_profiles_coordinator = { git = "https://github.com/holochain-open-dev/profiles", branch = "for-hdk-v0.3.1" }
hc_zome_profiles_coordinator = { git = "https://github.com/holochain-open-dev/profiles", branch = "for-hdk-v0.3.2" }
2 changes: 1 addition & 1 deletion dnas/kando/zomes/coordinator/syn/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,4 @@ name = "syn"
#derive_more = "0"
#serde = { workspace = true }

hc_zome_syn_coordinator = {git = "https://github.com/holochain/syn", branch = "for-hdk-v0.3.1"}
hc_zome_syn_coordinator = {git = "https://github.com/holochain/syn", branch = "for-hdk-v0.3.2"}
2 changes: 1 addition & 1 deletion dnas/kando/zomes/integrity/profiles/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,4 @@ crate-type = ["cdylib", "rlib"]
name = "profiles_integrity"

[dependencies]
hc_zome_profiles_integrity = { git = "https://github.com/holochain-open-dev/profiles", branch = "for-hdk-v0.3.1" }
hc_zome_profiles_integrity = { git = "https://github.com/holochain-open-dev/profiles", branch = "for-hdk-v0.3.2" }
2 changes: 1 addition & 1 deletion dnas/kando/zomes/integrity/syn/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,4 @@ crate-type = ["cdylib", "rlib"]
name = "syn_integrity"

[dependencies]
hc_zome_syn_integrity = {git = "https://github.com/holochain/syn", branch = "for-hdk-v0.3.1"}
hc_zome_syn_integrity = {git = "https://github.com/holochain/syn", branch = "for-hdk-v0.3.2"}
Loading

0 comments on commit 9dcec96

Please sign in to comment.