Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump to hc 0.4.0-dev.7 #32

Closed
wants to merge 2 commits into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
62 changes: 30 additions & 32 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 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 @@ -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.3";
versions.inputs.holochain.url = "github:holochain/holochain/holochain-0.4.0-dev.7";

holochain-flake.url = "github:holochain/holochain";
holochain-flake.inputs.versions.follows = "versions";
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.4.0-dev.3",
"hdi": "0.5.0-dev.3",
"hc_utils": "0.4.0-dev.3",
"holochain_zome_types": "0.4.0-dev.3",
"holochain_rev": "holochain-0.4.0-dev.3"
"hdk": "0.4.0-dev.6",
"hdi": "0.5.0-dev.5",
"hc_utils": "0.4.0-dev.7",
"holochain_zome_types": "0.4.0-dev.7",
"holochain_rev": "holochain-0.4.0-dev.7"
}
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.4.0-dev.3"
version = "0.4.0-dev.7"
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This version should be the same as the hdk version

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

as opposed to the holochain version? i thought it should match the holochain version

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.4.0-dev.3"
hc_iz_profile = { version = "0.4.0-dev.3", path = "../hc_iz_profile" }
hc_utils = "=0.4.0-dev.3"
hdk = "=0.4.0-dev.6"
hc_iz_profile = { version = "0.4.0-dev.7", path = "../hc_iz_profile" }
hc_utils = "=0.4.0-dev.7"
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.4.0-dev.3"
version = "0.4.0-dev.7"
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.5.0-dev.3"
hdi = "=0.5.0-dev.5"
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.4.0-dev.3"
version = "0.4.0-dev.7"
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.5.0-dev.3"
hdi = "=0.5.0-dev.5"
Loading