Skip to content

Commit

Permalink
version bump 0.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
zo-el committed Aug 1, 2023
1 parent 2d411db commit 6eb45e6
Show file tree
Hide file tree
Showing 8 changed files with 179 additions and 195 deletions.
334 changes: 159 additions & 175 deletions Cargo.lock

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,8 @@ update:
cargo upgrade hdk@=$(shell jq .hdk ./version-manager.json) hdi@=$(shell jq .hdi ./version-manager.json) hc_utils@=$(shell jq .hc_utils ./version-manager.json) --workspace --pinned
echo '⚙️ Version bump of hc_utils crate...'
cargo set-version $(shell jq .hdk ./version-manager.json) --workspace
echo '⚙️ Updating holonix...'
nix flake update
# echo '⚙️ Updating holonix...'
# nix flake update
echo '⚙️ Building dnas and happ...'
make nix-build
echo '⚙️ Running tests...'
Expand Down
8 changes: 4 additions & 4 deletions flake.lock

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

2 changes: 1 addition & 1 deletion flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

inputs = {
holonix.url = "github:holochain/holochain";
holonix.inputs.holochain.url = "github:holochain/holochain/holochain-0.3.0-beta-dev.6";
holonix.inputs.holochain.url = "github:holochain/holochain/holochain-0.2.1";
holonix.inputs.lair.url = "github:holochain/lair/lair_keystore-v0.2.4";
nixpkgs.follows = "holonix/nixpkgs";
};
Expand Down
10 changes: 5 additions & 5 deletions version-manager.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"hdk": "0.3.0-beta-dev.5",
"hdi": "0.4.0-beta-dev.4",
"hc_utils": "0.3.0-beta-dev.5",
"holochain_zome_types": "0.3.0-beta-dev.4",
"holochain_rev": "holochain-0.3.0-beta-dev.6"
"hdk": "0.2.1",
"hdi": "0.3.1",
"hc_utils": "0.2.1",
"holochain_zome_types": "0.2.1",
"holochain_rev": "holochain-0.2.1"
}
8 changes: 4 additions & 4 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.3.0-beta-dev.5"
version = "0.2.1"
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 @@ -18,6 +18,6 @@ name = "hc_cz_profile"
[dependencies]
serde = "1.0"
thiserror = "1.0"
hdk = "=0.3.0-beta-dev.5"
hc_iz_profile = { version = "0.3.0-beta-dev.5", path = "../hc_iz_profile" }
hc_utils = "=0.3.0-beta-dev.5"
hdk = "=0.2.1"
hc_iz_profile = { version = "0.2.1", path = "../hc_iz_profile" }
hc_utils = "=0.2.1"
4 changes: 2 additions & 2 deletions 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.3.0-beta-dev.5"
version = "0.2.1"
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 All @@ -17,4 +17,4 @@ crate-type = [ "cdylib", "rlib" ]

[dependencies]
serde = "1.0"
hdi = "=0.4.0-beta-dev.4"
hdi = "=0.3.1"
4 changes: 2 additions & 2 deletions 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.3.0-beta-dev.5"
version = "0.2.1"
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 All @@ -17,4 +17,4 @@ name = "hc_iz_profile"

[dependencies]
serde = "1.0"
hdi = "=0.4.0-beta-dev.4"
hdi = "=0.3.1"

0 comments on commit 6eb45e6

Please sign in to comment.