Skip to content

Commit

Permalink
version bump 0.4.0-dev.12
Browse files Browse the repository at this point in the history
  • Loading branch information
zo-el committed Aug 14, 2024
1 parent 0e6f471 commit 020a36f
Show file tree
Hide file tree
Showing 9 changed files with 143 additions and 171 deletions.
251 changes: 112 additions & 139 deletions Cargo.lock

Large diffs are not rendered by default.

6 changes: 3 additions & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ opt-level = "z"

[workspace.dependencies]
hdi = "=0.5.0-dev.10"
hdk = "=0.4.0-dev.11"
hdk = "=0.4.0-dev.12"
holochain_zome_types = "0.4.0-dev.11"
hc_utils = "=0.4.0-dev.11"
serde = "1.0"
hc_utils = "=0.4.0-dev.12"
serde = "1.0"
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ publish:
update:
rm -f Cargo.lock
echo '⚙️ Updating hdk, hdi & hc_utils crate...'
cargo upgrade -p hdk@=$(shell jq .hdk ./version-manager.json) -p hdi@=$(shell jq .hdi ./version-manager.json) -p hc_utils@=$(shell jq .hc_utils ./version-manager.json) --pinned
cargo upgrade -p hdk@=$(shell jq .hdk ./version-manager.json) -p hdi@=$(shell jq .hdi ./version-manager.json) -p hc_utils@=$(shell jq .hdk ./version-manager.json) --pinned
echo '⚙️ Version bump of hc_utils crate...'
cargo set-version $(shell jq .hdk ./version-manager.json) --workspace
# echo '⚙️ Updating holonix...'
Expand Down
38 changes: 19 additions & 19 deletions flake.lock

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

4 changes: 2 additions & 2 deletions flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

inputs = {
versions.url = "github:holochain/holochain/?dir=versions/weekly";
versions.inputs.holochain.url = "github:holochain/holochain/holochain-0.4.0-dev.14";
versions.inputs.holochain.url = "github:holochain/holochain/holochain-0.4.0-dev.17";

holochain-flake.url = "github:holochain/holochain";
holochain-flake.inputs.versions.follows = "versions";
Expand All @@ -26,7 +26,7 @@
}: {

devShells.default = pkgs.mkShell {
inputsFrom = [ inputs'.holochain-flake.devShells.holonix ];
inputsFrom = [ inputs'.holochain-flake.devShells.holochainBinaries ];
packages = [
pkgs.nodejs_20
pkgs.binaryen
Expand Down
5 changes: 2 additions & 3 deletions version-manager.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
{
"hdk": "0.4.0-dev.11",
"hdk": "0.4.0-dev.12",
"hdi": "0.5.0-dev.10",
"hc_utils": "0.4.0-dev.11",
"holochain_rev": "holochain-0.4.0-dev.14"
"holochain_rev": "holochain-0.4.0-dev.17"
}
4 changes: 2 additions & 2 deletions zomes/hc_cz_profile/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "hc_cz_profile"
version = "0.4.0-dev.11"
version = "0.4.0-dev.12"
description = "A Holochain Coordinator-Zome that stores profile information"
homepage = "https://github.com/holochain/hc-zome-lib/tree/develop/zomes/hc_cz_profile"
documentation = "https://docs.rs/hc_cz_profile"
Expand All @@ -19,5 +19,5 @@ name = "hc_cz_profile"
serde = { workspace = true }
thiserror = "1.0"
hdk = { workspace = true}
hc_iz_profile = { version = "0.4.0-dev.11", path = "../hc_iz_profile" }
hc_iz_profile = { version = "0.4.0-dev.12", path = "../hc_iz_profile" }
hc_utils = { workspace = true }
2 changes: 1 addition & 1 deletion zomes/hc_iz_membrane_manager/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "hc_iz_membrane_manager"
version = "0.4.0-dev.11"
version = "0.4.0-dev.12"
description = "A Holochain Integrity-Zome that helps validates the membrane proof passed into a DNA"
homepage = "https://github.com/holochain/hc-zome-lib/tree/develop/zomes/hc_iz_membrane_manager"
documentation = "https://docs.rs/hc_iz_membrane_manager"
Expand Down
2 changes: 1 addition & 1 deletion zomes/hc_iz_profile/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "hc_iz_profile"
version = "0.4.0-dev.11"
version = "0.4.0-dev.12"
description = "A Holochain Integrity-Zome that stores profile information"
homepage = "https://github.com/holochain/hc-zome-lib/tree/develop/zomes/hc_iz_profile"
documentation = "https://docs.rs/hc_iz_profile"
Expand Down

0 comments on commit 020a36f

Please sign in to comment.