Skip to content

Commit

Permalink
Get working for Holochain 0.3.x
Browse files Browse the repository at this point in the history
  • Loading branch information
tibetsprague committed Mar 27, 2024
1 parent af80062 commit 50cbd77
Show file tree
Hide file tree
Showing 19 changed files with 2,750 additions and 1,105 deletions.
1,327 changes: 528 additions & 799 deletions Cargo.lock

Large diffs are not rendered by default.

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

[workspace.dependencies]
hdi = "0.3"
hdk = "0.2"
serde = "1"
hdi = "0.4.0-beta-dev.31"
hdk = "0.3.0-beta-dev.35"
serde = "1.0.193"
holochain = "0.3.0-beta-dev.42"

[workspace.dependencies.slate]
path = "dnas/slate/zomes/coordinator/slate"
Expand Down
4 changes: 2 additions & 2 deletions dnas/slate/zomes/coordinator/file_storage/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,10 @@ hdk = { workspace = true }
serde = { workspace = true }

file_storage_integrity = { workspace = true }
hc_zome_file_storage_coordinator = "0.2.0"
hc_zome_file_storage_coordinator = { git = "https://github.com/holochain-open-dev/file-storage", branch = "for-hdk-0.3.0-beta-dev" }

[dev-dependencies]
fixt = "0.2.6"
fixt = "0.3.0-beta-dev.2"
futures = { version = "0.3.1", default-features = false }
hdk = { workspace = true, features = ["encoding", "test_utils"] }
holochain = { worskpace = true, default-features = false, features = [
Expand Down
2 changes: 1 addition & 1 deletion dnas/slate/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.2.3" }
hc_zome_profiles_coordinator = { git = "https://github.com/holochain-open-dev/profiles", branch = "for-hdk-v0.3.0-beta-dev.33" }
2 changes: 1 addition & 1 deletion dnas/slate/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 = "0.2.0"
hc_zome_file_storage_integrity = { git = "https://github.com/holochain-open-dev/file-storage", branch = "for-hdk-0.3.0-beta-dev" }
hdi = { workspace = true }

serde = { workspace = true }
2 changes: 1 addition & 1 deletion dnas/slate/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.2.3" }
hc_zome_profiles_integrity = { git = "https://github.com/holochain-open-dev/profiles", branch = "for-hdk-v0.3.0-beta-dev.33" }
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.

4 changes: 2 additions & 2 deletions 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/weekly";
holochain-flake = {
url = "github:holochain/holochain";
inputs.versions.follows = "holochain-nix-versions";
Expand Down Expand Up @@ -31,4 +31,4 @@
};
};
};
}
}
Loading

0 comments on commit 50cbd77

Please sign in to comment.