Skip to content

Commit 7960940

Browse files
committed
updatable views and linkable data
1 parent 5a763ae commit 7960940

31 files changed

+1683
-1240
lines changed

Cargo.lock

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

Cargo.toml

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

1111
[workspace.dependencies]
12-
hdi = "0.4"
13-
hdk = "0.3"
14-
serde = "1.0.193"
12+
hdi = "0.4.1"
13+
hdk = "0.3.1"
14+
serde = "1"
1515

1616
[workspace.dependencies.tables]
1717
path = "dnas/tables/zomes/coordinator/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.0-beta-dev.33" }
12+
hc_zome_profiles_coordinator = { git = "https://github.com/holochain-open-dev/profiles", branch = "for-hdk-v0.3.1" }

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 = "main"}
15+
hc_zome_syn_coordinator = {git = "https://github.com/holochain/syn", branch = "for-hdk-v0.3.1"}

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.0-beta-dev.33" }
12+
hc_zome_profiles_integrity = { git = "https://github.com/holochain-open-dev/profiles", branch = "for-hdk-v0.3.1" }

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 = "main"}
15+
hc_zome_syn_integrity = {git = "https://github.com/holochain/syn", branch = "for-hdk-v0.3.1"}

flake.lock

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

flake.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
description = "Template for Holochain app development";
33

44
inputs = {
5-
holochain-nix-versions.url = "github:holochain/holochain/?dir=versions/0_2";
5+
holochain-nix-versions.url = "github:holochain/holochain/?dir=versions/0_3";
66
holochain-flake = {
77
url = "github:holochain/holochain";
88
inputs.versions.follows = "holochain-nix-versions";

0 commit comments

Comments
 (0)