Skip to content

Commit

Permalink
bumped to hdk-0.0.136
Browse files Browse the repository at this point in the history
  • Loading branch information
matthme committed Jun 16, 2022
1 parent 28eee0f commit 8bea63e
Show file tree
Hide file tree
Showing 4 changed files with 45 additions and 43 deletions.
78 changes: 40 additions & 38 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion crates/types/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,4 +17,4 @@ name = "hc_zome_membrane_invitations_types"
derive_more = "0"
serde = "1"

hdk = {version = "0.0.132", features = ["encoding"]}
hdk = {version = "0.0.136", features = ["encoding"]}
6 changes: 3 additions & 3 deletions crates/zome/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,11 +18,11 @@ derive_more = "0"
serde = "1"

hc_zome_membrane_invitations_types = {path = "../types"}
hdk = {version = "0.0.132", features = ["encoding"]}
hdk = {version = "0.0.136", features = ["encoding"]}

[dev-dependencies]
fixt = "0.0.11"
futures = {version = "0.3.1", default-features = false}
hdk = {version = "0.0.132", features = ["encoding", "test_utils"]}
holochain = {version = "0.0.139", default-features = false, features = ["test_utils"]}
hdk = {version = "0.0.136", features = ["encoding", "test_utils"]}
holochain = {version = "0.0.143", default-features = false, features = ["test_utils"]}
tokio = {version = "1.3", features = ["full"]}
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_139"; # specifies the Holochain version
holochainVersionId = "v0_0_143"; # specifies the Holochain version
};
nixpkgs = holonix.pkgs;
in nixpkgs.mkShell {
Expand Down

0 comments on commit 8bea63e

Please sign in to comment.