Skip to content

Commit

Permalink
build: bump holochain to 0.3.3
Browse files Browse the repository at this point in the history
  • Loading branch information
mattyg committed Oct 12, 2024
1 parent 8e96fd5 commit 288055e
Show file tree
Hide file tree
Showing 10 changed files with 99 additions and 99 deletions.
160 changes: 80 additions & 80 deletions Cargo.lock

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion crates/hc-pilot/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ tauri = "2"
tauri-plugin-log = "2"

tauri-plugin-holochain = { path = "../tauri-plugin-holochain" }
holochain_types = "0.3.2"
holochain_types = "0.3.3"
holochain_client = "0.5.1"

clap = { version = "4.5.4", features = ["derive"] }
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ tauri-build = { version = "2.0.0", default-features = false , features = [] }
[dependencies]
tauri = { version = "2", features = [] }
tauri-plugin-holochain = { git = "https://github.com/darksoil-studio/p2p-shipyard", branch = "main" }
holochain_types = { version = "0.3.2" }
holochain_types = { version = "0.3.3" }
lair_keystore = { version = "0.4.5" }
holochain_client = { version = "0.5.1" }
log = "0.4"
Expand Down
8 changes: 4 additions & 4 deletions crates/scaffold-tauri-happ/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -496,8 +496,8 @@ members = ["dnas/*/zomes/coordinator/*", "dnas/*/zomes/integrity/*", "src-tauri"
resolver = "2"
[workspace.dependencies]
hdi = "0.4.2"
hdk = "0.3.2"
hdi = "0.4.3"
hdk = "0.3.3"
serde = "1.0"
[workspace.dependencies.posts]
Expand All @@ -520,8 +520,8 @@ resolver = "2"
members = ["dnas/*/zomes/coordinator/*", "dnas/*/zomes/integrity/*"]
[workspace.dependencies]
hdi = "0.4.2"
hdk = "0.3.2"
hdi = "0.4.3"
hdk = "0.3.3"
serde = "1.0"
[workspace.dependencies.posts]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ tauri-build = { version = "2.0.0", default-features = false , features = [] }
[dependencies]
tauri = { version = "2", features = [] }
tauri-plugin-holochain = { git = "https://github.com/darksoil-studio/p2p-shipyard", branch = "main" }
holochain_types = { version = "0.3.2" }
holochain_types = { version = "0.3.3" }
lair_keystore = { version = "0.4.5" }

holochain_client = { version = "0.5.1" }
Expand Down
14 changes: 7 additions & 7 deletions crates/tauri-plugin-holochain/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,16 +14,16 @@ tauri = { version = "2", features = [
] }

# Holochain dependencies
mr_bundle = "0.3.2"
holochain = "0.3.2"
holochain_types = "0.3.2"
holochain_keystore = "0.3.2"
holochain_conductor_api = "0.3.2"
mr_bundle = "0.3.3"
holochain = "0.3.3"
holochain_types = "0.3.3"
holochain_keystore = "0.3.3"
holochain_conductor_api = "0.3.3"

sqlformat = "=0.2.3"

kitsune_p2p_mdns = "0.3.2"
kitsune_p2p_types = "0.3.2"
kitsune_p2p_mdns = "0.3.3"
kitsune_p2p_types = "0.3.3"

tx5-signal-srv = "0.0.14-alpha"
tx5-signal = "0.0.14-alpha"
Expand Down
4 changes: 2 additions & 2 deletions examples/end-user-happ/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ resolver = "2"
members = ["dnas/*/zomes/coordinator/*", "dnas/*/zomes/integrity/*", "src-tauri"]

[workspace.dependencies]
hdi = "0.4.2"
hdk = "0.3.2"
hdi = "0.4.3"
hdk = "0.3.3"
serde = "1.0"

[workspace.dependencies.posts]
Expand Down
2 changes: 1 addition & 1 deletion examples/end-user-happ/src-tauri/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ tauri-build = { version = "2.0.0", default-features = false, features = [
[dependencies]
tauri = { version = "2", features = [] }
tauri-plugin-holochain = { path = "../../../crates/tauri-plugin-holochain" }
holochain_types = { version = "0.3.2" }
holochain_types = { version = "0.3.3" }
lair_keystore = { version = "0.4.5" }
holochain_client = { version = "0.5.1" }
log = "0.4"
Expand Down
2 changes: 1 addition & 1 deletion examples/holochain-runtime/src-tauri/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ tauri-build = { version = "2.0.0", default-features = false, features = [
[dependencies]
tauri = { version = "2", features = [] }
tauri-plugin-holochain = { path = "../../../crates/tauri-plugin-holochain" }
holochain_types = { version = "0.3.2" }
holochain_types = { version = "0.3.3" }
lair_keystore = { version = "0.4.5" }
holochain_client = { version = "0.5.1" }
log = "0.4"
Expand Down
2 changes: 1 addition & 1 deletion nix/reference-tauri-happ/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ tauri-build = { version = "2.0.0", default-features = false, features = [
[dependencies]
tauri = { version = "2", features = [] }
tauri-plugin-holochain = { path = "../../crates/tauri-plugin-holochain" }
holochain_types = { version = "0.3.2" }
holochain_types = { version = "0.3.3" }
lair_keystore = { version = "0.4.5" }
holochain_client = { version = "0.5.1" }
log = "0.4"
Expand Down

0 comments on commit 288055e

Please sign in to comment.