Skip to content

Commit

Permalink
feat: switch to fork of p2p-shipyard to avoid waiting for upstream merge
Browse files Browse the repository at this point in the history
  • Loading branch information
mattyg committed Oct 27, 2024
1 parent 377e71b commit 84265c2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion src-tauri/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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" }
Expand Down

0 comments on commit 84265c2

Please sign in to comment.