Skip to content

Commit

Permalink
Update for Holochain v0.4.0-dev.18
Browse files Browse the repository at this point in the history
  • Loading branch information
mjbrisebois committed Aug 26, 2024
1 parent eb74c28 commit fb701de
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 12 deletions.
12 changes: 6 additions & 6 deletions Cargo.lock

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

6 changes: 3 additions & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,10 @@ hc_deepkey_sdk = { version = "0.7.0-dev.2" }
holo_hash = { version = "=0.4.0-dev.9", features = ["hashing", "encoding"] }
holochain_integrity_types = { version = "=0.4.0-dev.10" }
hdi = { version = "=0.5.0-dev.10" }
hdk = { version = "=0.4.0-dev.11" }
whi_hdi_extensions = { version = "0.10" }
hdk = { version = "=0.4.0-dev.12" }
whi_hdi_extensions = { version = "0.11" }
# whi_hdi_extensions = { path = "../whi_hdi_extensions" }
whi_hdk_extensions = { version = "0.10" }
whi_hdk_extensions = { version = "0.11" }
# whi_hdk_extensions = { path = "../whi_hdk_extensions" }

[workspace.dependencies.deepkey]
Expand Down
2 changes: 1 addition & 1 deletion dnas/deepkey/sdk/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ crate-type = ["cdylib", "rlib"]

[dependencies]
hc_deepkey_types = { version = "0.8.0-dev.2", path = "../types" }
hdk = "=0.4.0-dev.11"
hdk = "=0.4.0-dev.12"
serde = "1"
serde_bytes = "0.11"

Expand Down
4 changes: 2 additions & 2 deletions pkgs.nix
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
import (pkgs.fetchFromGitHub {
owner = "spartan-holochain-counsel";
repo = "nix-overlay";
rev = "5bae4a38735d74633c9c089b5c896cb9631a295b";
sha256 = "E/FvMyUgEB5MYL+s46YSiHPOAJiurKZDMQy1oxak6bg=";
rev = "09a503d2a04909df03433b9cf0ec53a8c23699af";
sha256 = "sdX6kksfoHRXvvkwktll36nwNI91QERDt4h6X6gZxIM=";
}) {
inherit pkgs;
inherit system;
Expand Down

0 comments on commit fb701de

Please sign in to comment.