From 84265c2cc9e3c032e271a03d61052e2f0c4fafc9 Mon Sep 17 00:00:00 2001 From: Matt Gabrenya Date: Sun, 27 Oct 2024 12:08:59 -0400 Subject: [PATCH] feat: switch to fork of p2p-shipyard to avoid waiting for upstream merge --- Cargo.lock | 2 +- src-tauri/Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index b2cb9f86..d2f9191b 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -9253,7 +9253,7 @@ dependencies = [ [[package]] name = "tauri-plugin-holochain" version = "0.0.0" -source = "git+https://github.com/darksoil-studio/p2p-shipyard?branch=disable-dpki#d7e60b69882322b74b744d79efc4bb24e3a8e210" +source = "git+https://github.com/mattyg/p2p-shipyard?branch=disable-dpki#12d751a89766b88388273a7d60b22c5da8b0674d" dependencies = [ "anyhow", "async-std", diff --git a/src-tauri/Cargo.toml b/src-tauri/Cargo.toml index 18d55d5c..967a85e3 100644 --- a/src-tauri/Cargo.toml +++ b/src-tauri/Cargo.toml @@ -19,7 +19,7 @@ tauri-build = { version = "2.0.2", default-features = false , features = [] } [dependencies] tauri = { version = "2.0.6", features = [] } -tauri-plugin-holochain = { git = "https://github.com/darksoil-studio/p2p-shipyard", branch = "disable-dpki" } +tauri-plugin-holochain = { git = "https://github.com/mattyg/p2p-shipyard", branch = "disable-dpki", default-features = false, features = ["gossip_arc_full"] } holochain_types = { version = "0.4.0-rc" } lair_keystore = { version = "0.5.2" } holochain_client = { version = "0.6.0-rc" }