Skip to content

Commit

Permalink
Merge pull request #175 from holochain-apps/build/bump-holochain-0.4.…
Browse files Browse the repository at this point in the history
…0-rc.0

Build/bump holochain 0.4.0 rc.0
  • Loading branch information
mattyg authored Oct 27, 2024
2 parents c903a1a + 84265c2 commit 960c69c
Show file tree
Hide file tree
Showing 18 changed files with 2,257 additions and 1,836 deletions.
1,377 changes: 634 additions & 743 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 @@ -15,8 +15,8 @@ members = ["dnas/*/zomes/coordinator/*", "dnas/*/zomes/integrity/*", "src-tauri"
resolver = "2"

[workspace.dependencies]
hdi = "0.4.3"
hdk = "0.3.3"
hdi = "0.5.0-rc"
hdk = "0.4.0-rc"
serde = "1.0"

[workspace.dependencies.file_storage]
Expand Down
2 changes: 1 addition & 1 deletion dnas/relay/zomes/coordinator/file_storage/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,4 @@ hdk = { workspace = true }
serde = { workspace = true }

file_storage_integrity = { workspace = true }
hc_zome_file_storage_coordinator = { git = "https://github.com/holochain-open-dev/file-storage", branch = "nixify" }
hc_zome_file_storage_coordinator = { git = "https://github.com/holochain-open-dev/file-storage", branch = "for-hdk-0.4.0-dev" }
2 changes: 1 addition & 1 deletion dnas/relay/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.1" }
hc_zome_profiles_coordinator = { git = "https://github.com/holochain-open-dev/profiles", branch = "main-0.4" }
2 changes: 1 addition & 1 deletion dnas/relay/zomes/integrity/file_storage/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ crate-type = ["cdylib", "rlib"]
name = "file_storage_integrity"

[dependencies]
hc_zome_file_storage_integrity = { git = "https://github.com/holochain-open-dev/file-storage", branch = "nixify" }
hc_zome_file_storage_integrity = { git = "https://github.com/holochain-open-dev/file-storage", branch = "for-hdk-0.4.0-dev" }
hdi = { workspace = true }

serde = { workspace = true }
2 changes: 1 addition & 1 deletion dnas/relay/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.1" }
hc_zome_profiles_integrity = { git = "https://github.com/holochain-open-dev/profiles", branch = "main-0.4" }
Loading

0 comments on commit 960c69c

Please sign in to comment.