Skip to content

Commit afd4dae

Browse files
Update WIP
1 parent 8e1a5a0 commit afd4dae

File tree

11 files changed

+839
-341
lines changed

11 files changed

+839
-341
lines changed

Cargo.lock

Lines changed: 317 additions & 116 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ opt-level = "z"
99
opt-level = "z"
1010

1111
[workspace.dependencies]
12-
hdi = "0.3.3"
13-
hdk = "0.2.3"
14-
holochain = "0.2.3"
15-
serde = "1"
12+
hdi = "0.4.0-beta-dev.30"
13+
hdk = "0.3.0-beta-dev.34"
14+
holochain = "0.3.0-beta-dev.40"
15+
serde = "1.0.193"

dnas/notebooks/zomes/coordinator/profiles/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,4 +9,4 @@ crate-type = ["cdylib", "rlib"]
99
name = "profiles"
1010

1111
[dependencies]
12-
hc_zome_profiles_coordinator = { git = "https://github.com/holochain-open-dev/profiles", branch = "main" }
12+
hc_zome_profiles_coordinator = { git = "https://github.com/holochain-open-dev/profiles", branch = "for-hdk-v0.3.0-beta-dev.33" }

dnas/notebooks/zomes/integrity/profiles/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,4 +9,4 @@ crate-type = ["cdylib", "rlib"]
99
name = "profiles_integrity"
1010

1111
[dependencies]
12-
hc_zome_profiles_integrity = { git = "https://github.com/holochain-open-dev/profiles", branch = "main" }
12+
hc_zome_profiles_integrity = { git = "https://github.com/holochain-open-dev/profiles", branch = "for-hdk-v0.3.0-beta-dev.33" }

flake.lock

Lines changed: 30 additions & 30 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

flake.nix

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
inputs = {
55
nixpkgs.follows = "holochain/nixpkgs";
66

7-
versions.url = "github:holochain/holochain?dir=versions/0_2";
7+
versions.url = "github:holochain/holochain?dir=versions/weekly";
88

99
holochain = {
1010
url = "github:holochain/holochain";
@@ -34,11 +34,6 @@
3434
# more packages go here
3535
pkgs.cargo-nextest
3636
];
37-
38-
shellHook = ''
39-
unset CARGO_TARGET_DIR
40-
unset CARGO_HOME
41-
'';
4237
};
4338
};
4439
};

0 commit comments

Comments
 (0)