Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Edit pchain-types dependency to point to dev/v0.5 branch.
  • Loading branch information
lyulka committed Apr 11, 2024
commit 314dec6acc67636cd61538df30d0d3aaf4c79078
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ futures = "0.3.21"
hotstuff_rs = "0.3"
libp2p = { version = "0.52.1", features = ["dns", "gossipsub", "identify", "ping", "tcp", "kad", "noise", "yamux", "macros", "tokio"]}
log = "0.4"
pchain-types = { git = "https://github.com/parallelchain-io/pchain-types-rust" }
pchain-types = { git = "https://github.com/parallelchain-io/pchain-types-rust", branch = "dev/v0.5.0" }
tokio = { version = "1", features = ["rt-multi-thread", "sync", "macros"] }
libp2p-mplex = "0.40.0"

Expand Down