Skip to content

Commit 939e469

Browse files
committed
Downgrade Holochain, clean-up deps, sloppily remove the Profile stuff from the UI.
1 parent 80197ac commit 939e469

File tree

13 files changed

+102
-5189
lines changed

13 files changed

+102
-5189
lines changed

Cargo.lock

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

default.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
let
22
holonixPath = (import ./nix/sources.nix).holonix; # points to the current state of the Holochain repository
33
holonix = import (holonixPath) {
4-
holochainVersionId = "v0_0_173"; # specifies the Holochain version
4+
holochainVersionId = "v0_0_169"; # specifies the Holochain version
55
};
66
nixpkgs = holonix.pkgs;
77
in nixpkgs.mkShell {

happ/zomes/profiles/Cargo.toml

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

1010
[dependencies]
11-
profiles = {git = "https://github.com/holochain-open-dev/profiles", rev = "for-hdk-v0.0.161", package = "hc_zome_profiles_coordinator"}
11+
profiles = {git = "https://github.com/holochain-open-dev/profiles", rev = "704f7be", package = "hc_zome_profiles_coordinator"}

happ/zomes/profiles_core/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_core"
1010

1111
[dependencies]
12-
profiles_core = {git = "https://github.com/holochain-open-dev/profiles", rev = "for-hdk-v0.0.161", package = "hc_zome_profiles_integrity"}
12+
profiles_core = {git = "https://github.com/holochain-open-dev/profiles", rev = "704f7be", package = "hc_zome_profiles_integrity"}

happ/zomes/projects/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ crate-type = ["cdylib", "rlib"]
88
name = "projects"
99

1010
[dependencies]
11-
hdk = {version = "0.0.161", features = ["encoding"]}
11+
hdk = {version = "0.0.157", features = ["encoding"]}
1212
projects_core = { path = "../projects_core" }
1313
chrono = { version = "0.4.22", default-features = false, features = ["clock", "std", "oldtime", "serde"], optional = true }
1414
derive_more = "0"

happ/zomes/projects_core/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,6 @@ name = "projects_core"
1111
[dependencies]
1212
serde = "1"
1313
derive_more = "0"
14-
hdk = {version = "0.0.161", features = ["encoding"]}
14+
hdk = {version = "0.0.157", features = ["encoding"]}
1515
hdi = {version = "0.1.2"}
1616

0 commit comments

Comments
 (0)