Skip to content

Commit

Permalink
upgrade to holochain 0.4
Browse files Browse the repository at this point in the history
  • Loading branch information
LeosPrograms committed Nov 12, 2024
1 parent 23708ba commit 871e93b
Show file tree
Hide file tree
Showing 20 changed files with 998 additions and 2,178 deletions.
1,502 changes: 244 additions & 1,258 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/*"]
resolver = "2"

[workspace.dependencies]
hdi = "0.4.1"
hdk = "0.3.1"
hdi = "0.5.0-rc"
hdk = "0.4.0-rc"
serde = "1"

[workspace.dependencies.tables]
Expand Down
2 changes: 1 addition & 1 deletion dnas/tables/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 = "main-0.4" }
2 changes: 1 addition & 1 deletion dnas/tables/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 = "feature/OT-0.4"}
2 changes: 1 addition & 1 deletion dnas/tables/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 = "main-0.4" }
2 changes: 1 addition & 1 deletion dnas/tables/zomes/integrity/syn/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,4 @@ name = "syn_integrity"
#derive_more = "0"
#serde = { workspace = true }

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 = "feature/OT-0.4"}
Loading

0 comments on commit 871e93b

Please sign in to comment.