Skip to content

Commit

Permalink
updatable views and linkable data
Browse files Browse the repository at this point in the history
  • Loading branch information
LeosPrograms committed Jun 20, 2024
1 parent 5a763ae commit 7960940
Show file tree
Hide file tree
Showing 31 changed files with 1,683 additions and 1,240 deletions.
603 changes: 284 additions & 319 deletions Cargo.lock

Large diffs are not rendered by default.

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

[workspace.dependencies]
hdi = "0.4"
hdk = "0.3"
serde = "1.0.193"
hdi = "0.4.1"
hdk = "0.3.1"
serde = "1"

[workspace.dependencies.tables]
path = "dnas/tables/zomes/coordinator/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.0-beta-dev.33" }
hc_zome_profiles_coordinator = { git = "https://github.com/holochain-open-dev/profiles", branch = "for-hdk-v0.3.1" }
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 = "main"}
hc_zome_syn_coordinator = {git = "https://github.com/holochain/syn", branch = "for-hdk-v0.3.1"}
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.0-beta-dev.33" }
hc_zome_profiles_integrity = { git = "https://github.com/holochain-open-dev/profiles", branch = "for-hdk-v0.3.1" }
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 = "main"}
hc_zome_syn_integrity = {git = "https://github.com/holochain/syn", branch = "for-hdk-v0.3.1"}
60 changes: 30 additions & 30 deletions flake.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
description = "Template for Holochain app development";

inputs = {
holochain-nix-versions.url = "github:holochain/holochain/?dir=versions/0_2";
holochain-nix-versions.url = "github:holochain/holochain/?dir=versions/0_3";
holochain-flake = {
url = "github:holochain/holochain";
inputs.versions.follows = "holochain-nix-versions";
Expand Down
Loading

0 comments on commit 7960940

Please sign in to comment.