Skip to content

Commit

Permalink
version bump 0.4.0-dev.11
Browse files Browse the repository at this point in the history
  • Loading branch information
zo-el committed Jul 30, 2024
1 parent 23c3768 commit 0e6f471
Show file tree
Hide file tree
Showing 8 changed files with 219 additions and 252 deletions.
287 changes: 144 additions & 143 deletions Cargo.lock

Large diffs are not rendered by default.

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

[profile.release]
opt-level = "z"

[workspace.dependencies]
hdi = "=0.5.0-dev.10"
hdk = "=0.4.0-dev.11"
holochain_zome_types = "0.4.0-dev.11"
hc_utils = "=0.4.0-dev.11"
serde = "1.0"
144 changes: 52 additions & 92 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.9";
versions.inputs.holochain.url = "github:holochain/holochain/holochain-0.4.0-dev.14";

holochain-flake.url = "github:holochain/holochain";
holochain-flake.inputs.versions.follows = "versions";
Expand Down
9 changes: 4 additions & 5 deletions version-manager.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
{
"hdk": "0.4.0-dev.8",
"hdi": "0.5.0-dev.7",
"hc_utils": "0.4.0-dev.8",
"holochain_zome_types": "0.4.0-dev.8",
"holochain_rev": "holochain-0.4.0-dev.9"
"hdk": "0.4.0-dev.11",
"hdi": "0.5.0-dev.10",
"hc_utils": "0.4.0-dev.11",
"holochain_rev": "holochain-0.4.0-dev.14"
}
10 changes: 5 additions & 5 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.8"
version = "0.4.0-dev.11"
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 @@ -16,8 +16,8 @@ crate-type = ["cdylib", "rlib"]
name = "hc_cz_profile"

[dependencies]
serde = "1.0"
serde = { workspace = true }
thiserror = "1.0"
hdk = "=0.4.0-dev.8"
hc_iz_profile = { version = "0.4.0-dev.8", path = "../hc_iz_profile" }
hc_utils = "=0.4.0-dev.8"
hdk = { workspace = true}
hc_iz_profile = { version = "0.4.0-dev.11", path = "../hc_iz_profile" }
hc_utils = { workspace = true }
6 changes: 3 additions & 3 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.8"
version = "0.4.0-dev.11"
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 @@ -16,5 +16,5 @@ name = "hc_iz_membrane_manager"
crate-type = [ "cdylib", "rlib" ]

[dependencies]
serde = "1.0"
hdi = "=0.5.0-dev.7"
serde = { workspace = true }
hdi = { workspace = true }
6 changes: 3 additions & 3 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.8"
version = "0.4.0-dev.11"
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 @@ -16,5 +16,5 @@ crate-type = ["cdylib", "rlib"]
name = "hc_iz_profile"

[dependencies]
serde = "1.0"
hdi = "=0.5.0-dev.7"
serde = { workspace = true }
hdi = { workspace = true }

0 comments on commit 0e6f471

Please sign in to comment.