Skip to content

Commit

Permalink
Downgrade Holochain, clean-up deps, sloppily remove the Profile stuff…
Browse files Browse the repository at this point in the history
… from the UI.
  • Loading branch information
adaburrows committed Dec 6, 2022
1 parent 80197ac commit 939e469
Show file tree
Hide file tree
Showing 13 changed files with 102 additions and 5,189 deletions.
294 changes: 76 additions & 218 deletions Cargo.lock

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion default.nix
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
let
holonixPath = (import ./nix/sources.nix).holonix; # points to the current state of the Holochain repository
holonix = import (holonixPath) {
holochainVersionId = "v0_0_173"; # specifies the Holochain version
holochainVersionId = "v0_0_169"; # specifies the Holochain version
};
nixpkgs = holonix.pkgs;
in nixpkgs.mkShell {
Expand Down
2 changes: 1 addition & 1 deletion happ/zomes/profiles/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,4 @@ crate-type = ["cdylib", "rlib"]
name = "profiles"

[dependencies]
profiles = {git = "https://github.com/holochain-open-dev/profiles", rev = "for-hdk-v0.0.161", package = "hc_zome_profiles_coordinator"}
profiles = {git = "https://github.com/holochain-open-dev/profiles", rev = "704f7be", package = "hc_zome_profiles_coordinator"}
2 changes: 1 addition & 1 deletion happ/zomes/profiles_core/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,4 @@ crate-type = ["cdylib", "rlib"]
name = "profiles_core"

[dependencies]
profiles_core = {git = "https://github.com/holochain-open-dev/profiles", rev = "for-hdk-v0.0.161", package = "hc_zome_profiles_integrity"}
profiles_core = {git = "https://github.com/holochain-open-dev/profiles", rev = "704f7be", package = "hc_zome_profiles_integrity"}
2 changes: 1 addition & 1 deletion happ/zomes/projects/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ crate-type = ["cdylib", "rlib"]
name = "projects"

[dependencies]
hdk = {version = "0.0.161", features = ["encoding"]}
hdk = {version = "0.0.157", features = ["encoding"]}
projects_core = { path = "../projects_core" }
chrono = { version = "0.4.22", default-features = false, features = ["clock", "std", "oldtime", "serde"], optional = true }
derive_more = "0"
Expand Down
2 changes: 1 addition & 1 deletion happ/zomes/projects_core/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,6 @@ name = "projects_core"
[dependencies]
serde = "1"
derive_more = "0"
hdk = {version = "0.0.161", features = ["encoding"]}
hdk = {version = "0.0.157", features = ["encoding"]}
hdi = {version = "0.1.2"}

Loading

0 comments on commit 939e469

Please sign in to comment.