Skip to content

Commit

Permalink
Merge pull request #252 from GeekGene/build/upgrade-hdk-0.2.2
Browse files Browse the repository at this point in the history
build: upgrade holochain to 0.2.2
  • Loading branch information
mattyg authored Sep 27, 2023
2 parents 518055c + 66983aa commit 844b2a8
Show file tree
Hide file tree
Showing 14 changed files with 135 additions and 473 deletions.
136 changes: 80 additions & 56 deletions Cargo.lock

Large diffs are not rendered by default.

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

[workspace.dependencies]
hdi = "=0.3.1"
hdk = "=0.2.1"
holochain_integrity_types = "=0.2.1"
hdi = "=0.3.2"
hdk = "=0.2.2"
serde = "1"
paste = "1.0"

Expand Down
1 change: 0 additions & 1 deletion dnas/mewsfeed/zomes/coordinator/agent_pins/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@ name = "agent_pins"

[dependencies]
hdk = { workspace = true }
holochain_integrity_types = { workspace = true }

serde = { workspace = true }

Expand Down
1 change: 0 additions & 1 deletion dnas/mewsfeed/zomes/coordinator/follows/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@ name = "follows"

[dependencies]
hdk = { workspace = true }
holochain_integrity_types = { workspace = true }
serde = { workspace = true }
follows_integrity = { workspace = true }
hc_link_pagination = { workspace = true }
Expand Down
1 change: 0 additions & 1 deletion dnas/mewsfeed/zomes/coordinator/likes/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@ name = "likes"

[dependencies]
hdk = { workspace = true }
holochain_integrity_types = { workspace = true }

serde = { workspace = true }

Expand Down
2 changes: 1 addition & 1 deletion dnas/mewsfeed/zomes/coordinator/mews/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ hdk = { workspace = true }
serde = { workspace = true }
regex = "1"
mews_integrity = { workspace = true }
prefix_index = { git = "https://github.com/holochain-open-dev/holochain-prefix-index", tag = "0.6.0", module = "lib/prefix_index" }
prefix_index = { git = "https://github.com/holochain-open-dev/holochain-prefix-index", tag = "0.7.0", module = "lib/prefix_index" }
profiles_integrity = { workspace = true }
mews_types = { workspace = true }
rand = "0.8.5"
Expand Down
2 changes: 1 addition & 1 deletion dnas/mewsfeed/zomes/coordinator/profiles/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,4 @@ hdk = { workspace = true }
serde = { workspace = true }

profiles_integrity = { workspace = true }
hc_zome_profiles_coordinator = { git = "https://github.com/holochain-open-dev/profiles", branch = "build/upgrade-0.2.1", module = "crates/coordinator" }
hc_zome_profiles_coordinator = "0.2.0"
1 change: 0 additions & 1 deletion dnas/mewsfeed/zomes/integrity/agent_pins/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,5 @@ name = "agent_pins_integrity"

[dependencies]
hdi = { workspace = true }
holochain_integrity_types = { workspace = true }

serde = { workspace = true }
1 change: 0 additions & 1 deletion dnas/mewsfeed/zomes/integrity/follows/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,5 @@ name = "follows_integrity"

[dependencies]
hdi = { workspace = true }
holochain_integrity_types = { workspace = true }

serde = { workspace = true }
1 change: 0 additions & 1 deletion dnas/mewsfeed/zomes/integrity/likes/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,5 @@ name = "likes_integrity"

[dependencies]
hdi = { workspace = true }
holochain_integrity_types = { workspace = true }

serde = { workspace = true }
2 changes: 1 addition & 1 deletion dnas/mewsfeed/zomes/integrity/mews/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,5 +11,5 @@ name = "mews_integrity"
hdi = { workspace = true }
hdk = { workspace = true }
serde = { workspace = true }
prefix_index = { git = "https://github.com/holochain-open-dev/holochain-prefix-index", tag = "0.6.0", module = "lib/prefix_index" }
prefix_index = { git = "https://github.com/holochain-open-dev/holochain-prefix-index", tag = "0.7.0", module = "lib/prefix_index" }
mews_types = { workspace = true }
2 changes: 1 addition & 1 deletion dnas/mewsfeed/zomes/integrity/profiles/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ crate-type = ["cdylib", "rlib"]
name = "profiles_integrity"

[dependencies]
hc_zome_profiles_integrity = { git = "https://github.com/holochain-open-dev/profiles", branch = "build/upgrade-0.2.1", module = "crates/integrity" }
hc_zome_profiles_integrity = "0.2.0"

hdi = { workspace = true }

Expand Down
Loading

0 comments on commit 844b2a8

Please sign in to comment.