mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-06-13 17:31:05 +00:00
Fix duplicate sources (paritytech/polkadot#62) (#1351)
This commit is contained in:
committed by
Gav Wood
parent
1b5ab3a524
commit
e14da81084
@@ -26,4 +26,4 @@ unsigned-varint = { version = "0.2.1", features = ["codec"] }
|
||||
|
||||
[dev-dependencies]
|
||||
assert_matches = "1.2"
|
||||
parity-bytes = "0.1"
|
||||
parity-bytes = { git = "https://github.com/paritytech/parity-common", rev = "616b40150ded71f57f650067fcbc5c99d7c343e6" }
|
||||
|
||||
@@ -12,4 +12,4 @@ slog = "^2"
|
||||
slog-json = "^2"
|
||||
slog-async = "^2"
|
||||
slog-scope = "^4"
|
||||
ws = { version = "^0.7", features = ["ssl"] }
|
||||
ws = { git = "https://github.com/tomusdrw/ws-rs" }
|
||||
|
||||
Reference in New Issue
Block a user