Skip to content

Commit

Permalink
update to hc 0.2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
zippy committed Oct 19, 2023
1 parent ff2e4c3 commit 468f977
Show file tree
Hide file tree
Showing 10 changed files with 1,276 additions and 1,122 deletions.
1,280 changes: 805 additions & 475 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.2.3"
hdk = "=0.1.3"
hdi = "=0.3.1"
hdk = "=0.2.1"
serde = "1"

[workspace.dependencies.gamez]
Expand Down
4 changes: 2 additions & 2 deletions dnas/gamez/zomes/coordinator/syn/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[package]
edition = "2018"
edition = "2021"
name = "syn"
version = "0.0.1"

Expand All @@ -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.1.0"}
hc_zome_syn_coordinator = {git = "https://github.com/holochain/syn", branch = "for-hc-v0.2.1"}
2 changes: 1 addition & 1 deletion dnas/gamez/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.1.0"}
hc_zome_syn_integrity = {git = "https://github.com/holochain/syn", branch = "for-hc-v0.2.1"}
Loading

0 comments on commit 468f977

Please sign in to comment.