Skip to content

Commit

Permalink
Holochain v0.2.6 (#177)
Browse files Browse the repository at this point in the history
  • Loading branch information
zo-el committed Mar 19, 2024
1 parent c0575a5 commit 260d661
Show file tree
Hide file tree
Showing 10 changed files with 859 additions and 846 deletions.
1,605 changes: 809 additions & 796 deletions Cargo.lock

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion crates/core_app_cli/Cargo.toml
Expand Up @@ -6,7 +6,7 @@ authors = ["zo-el <joelulahanna@gmail.com>"]

[dependencies]
anyhow = "1.0"
holochain_types = "0.2.4-rc.0"
holochain_types = "0.2.6"
hpos_hc_connect = { path = "../hpos_connect_hc" }
serde = { version = "1.0", features = ["derive"] }
structopt = "0.3.0"
Expand Down
6 changes: 3 additions & 3 deletions crates/holo_happ_manager/Cargo.toml
Expand Up @@ -8,9 +8,9 @@ edition = "2021"
anyhow = "1.0"
hpos_hc_connect = { version = "0.1.0", path = "../hpos_connect_hc" }

holochain_types = {version = "0.2.4-rc.0", features = ["chc"]}
holochain_conductor_api = { version = "0.2.4-rc.0", features = ["chc"]}
holochain_keystore = { version = "0.2.4-rc.0" }
holochain_types = {version = "0.2.6", features = ["chc"]}
holochain_conductor_api = { version = "0.2.6", features = ["chc"]}
holochain_keystore = { version = "0.2.6" }
getrandom = "0.2.1"
serde = "1.0"
serde_json = "1.0.96"
Expand Down
4 changes: 2 additions & 2 deletions crates/holochain_env_setup/Cargo.toml
Expand Up @@ -9,8 +9,8 @@ anyhow = "1.0"
one_err = "0.0.8"
url = "2.2"
log = "0.4.17"
holochain_keystore = "0.2.4-rc.0"
lair_keystore_api = "0.3.0"
holochain_keystore = "0.2.6"
lair_keystore_api = "0.4.2"
lazy_static = "1"
isahc = "1.7.2"
snafu = "0.7.4"
Expand Down
2 changes: 1 addition & 1 deletion crates/holofuel_cli/Cargo.toml
Expand Up @@ -6,7 +6,7 @@ authors = ["zo-el <joelulahanna@gmail.com>"]

[dependencies]
anyhow = "1.0"
holochain_types = "0.2.4-rc.0"
holochain_types = "0.2.6"
hpos_hc_connect = { path = "../hpos_connect_hc" }
serde = { version = "1.0", features = ["derive"] }
structopt = "0.3.0"
Expand Down
2 changes: 1 addition & 1 deletion crates/holofuel_init/Cargo.toml
Expand Up @@ -6,7 +6,7 @@ authors = ["zo-el <joelulahanna@gmail.com>"]

[dependencies]
anyhow = "1.0"
holochain_types = "0.2.4-rc.0"
holochain_types = "0.2.6"
hpos_hc_connect = { path = "../hpos_connect_hc" }
serde = { version = "1.0", features = ["derive"] }
tracing = "0.1.37"
Expand Down
14 changes: 7 additions & 7 deletions crates/hpos_connect_hc/Cargo.toml
Expand Up @@ -20,16 +20,16 @@ isahc = "1.7.2"
tempfile = "3.1"
thiserror = "1.0"
serde = "1.0"
holochain_types = {version = "0.2.4-rc.0", features = ["chc"]}
holochain_conductor_api = { version = "0.2.4-rc.0", features = ["chc"]}
holochain_websocket = { version = "0.2.3"}
mr_bundle = { version = "0.2.3" }
holochain_types = {version = "0.2.6", features = ["chc"]}
holochain_conductor_api = { version = "0.2.6", features = ["chc"]}
holochain_websocket = { version = "0.2.6"}
mr_bundle = { version = "0.2.6" }
hpos-config-core = { git = "https://github.com/Holo-Host/hpos-config", rev = "bfaced6044ae570bf20d4528fa9aaafcc43ddeec" }
hpos-config-seed-bundle-explorer ={ git = "https://github.com/Holo-Host/hpos-config", rev = "bfaced6044ae570bf20d4528fa9aaafcc43ddeec" }
lair_keystore_api = "0.3.0"
lair_keystore_api = "0.4.2"
getrandom = "0.2.7"
holochain_client = "0.4.6-rc.0"
holochain_keystore = "0.2.4-rc.0"
holochain_client = "0.4.7-rc.2"
holochain_keystore = "0.2.6"
sodoken = "0.0.9"
url2 = "0.0.6"
holofuel_types = "0.5.5"
52 changes: 26 additions & 26 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
Expand Up @@ -3,7 +3,7 @@

inputs = {
versions.url = "github:holochain/holochain?dir=versions/0_2";
versions.inputs.holochain.url = "github:holochain/holochain/holochain-0.2.4-rc.0";
versions.inputs.holochain.url = "github:holochain/holochain/holochain-0.2.6";

holochain-flake.url = "github:holochain/holochain";
holochain-flake.inputs.versions.follows = "versions";
Expand Down
16 changes: 8 additions & 8 deletions version-manager.json
@@ -1,11 +1,11 @@
{
"holochain_rev": "holochain-0.2.4-rc.0",
"holochain_types":"0.2.4-rc.0",
"holochain_rev": "holochain-0.2.6",
"holochain_types":"0.2.6",
"holofuel_types":"0.5.5",
"holochain_keystore":"0.2.4-rc.0",
"holochain_conductor_api":"0.2.4-rc.0",
"holochain_websocket":"0.2.3",
"lair_keystore_api":"0.3.0",
"mr_bundle":"0.2.3",
"holochain_client":"0.4.6-rc.0"
"holochain_keystore":"0.2.6",
"holochain_conductor_api":"0.2.6",
"holochain_websocket":"0.2.6",
"lair_keystore_api":"0.4.2",
"mr_bundle":"0.2.6",
"holochain_client":"0.4.7-rc.2"
}

0 comments on commit 260d661

Please sign in to comment.