Skip to content

Commit

Permalink
Use p2panda v2 branch git path for blobs dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
mycognosist committed Aug 30, 2024
1 parent 65b1ff6 commit 4e82b33
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 8 deletions.
11 changes: 4 additions & 7 deletions 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 rhio/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ futures-lite = "2.3.0"
futures-util = "0.3.30"
hex = "0.4.3"
iroh-blobs = { version = "0.22.0", features = ["fs-store"], default-features = false }
p2panda-blobs = { path = "../p2panda-blobs" }
p2panda-blobs = { git = "https://github.com/p2panda/p2panda.git", branch = "v2" }
p2panda-core = { git = "https://github.com/p2panda/p2panda.git", branch = "v2" }
p2panda-net = { git = "https://github.com/p2panda/p2panda.git", branch = "v2", default-features = false }
p2panda-store = { git = "https://github.com/p2panda/p2panda.git", branch = "v2" }
Expand Down

0 comments on commit 4e82b33

Please sign in to comment.