Skip to content

Commit 871e93b

Browse files
committed
upgrade to holochain 0.4
1 parent 23708ba commit 871e93b

File tree

20 files changed

+998
-2178
lines changed

20 files changed

+998
-2178
lines changed

Cargo.lock

Lines changed: 244 additions & 1258 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@ members = ["dnas/*/zomes/coordinator/*", "dnas/*/zomes/integrity/*"]
99
resolver = "2"
1010

1111
[workspace.dependencies]
12-
hdi = "0.4.1"
13-
hdk = "0.3.1"
12+
hdi = "0.5.0-rc"
13+
hdk = "0.4.0-rc"
1414
serde = "1"
1515

1616
[workspace.dependencies.tables]

dnas/tables/zomes/coordinator/profiles/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,4 +9,4 @@ crate-type = ["cdylib", "rlib"]
99
name = "profiles"
1010

1111
[dependencies]
12-
hc_zome_profiles_coordinator = { git = "https://github.com/holochain-open-dev/profiles", branch = "for-hdk-v0.3.1" }
12+
hc_zome_profiles_coordinator = { git = "https://github.com/holochain-open-dev/profiles", branch = "main-0.4" }

dnas/tables/zomes/coordinator/syn/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,4 +12,4 @@ name = "syn"
1212
#derive_more = "0"
1313
#serde = { workspace = true }
1414

15-
hc_zome_syn_coordinator = {git = "https://github.com/holochain/syn", branch = "for-hdk-v0.3.1"}
15+
hc_zome_syn_coordinator = {git = "https://github.com/holochain/syn", branch = "feature/OT-0.4"}

dnas/tables/zomes/integrity/profiles/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,4 +9,4 @@ crate-type = ["cdylib", "rlib"]
99
name = "profiles_integrity"
1010

1111
[dependencies]
12-
hc_zome_profiles_integrity = { git = "https://github.com/holochain-open-dev/profiles", branch = "for-hdk-v0.3.1" }
12+
hc_zome_profiles_integrity = { git = "https://github.com/holochain-open-dev/profiles", branch = "main-0.4" }

dnas/tables/zomes/integrity/syn/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,4 +12,4 @@ name = "syn_integrity"
1212
#derive_more = "0"
1313
#serde = { workspace = true }
1414

15-
hc_zome_syn_integrity = {git = "https://github.com/holochain/syn", branch = "for-hdk-v0.3.1"}
15+
hc_zome_syn_integrity = {git = "https://github.com/holochain/syn", branch = "feature/OT-0.4"}

0 commit comments

Comments
 (0)