Fix duplicate sources (paritytech/polkadot#62) (#1351)

This commit is contained in:
Alexander Krupenkin
2019-01-09 13:26:17 +03:00
committed by Gav Wood
parent 1b5ab3a524
commit e14da81084
3 changed files with 4 additions and 29 deletions
+1 -1
View File
@@ -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" }
+1 -1
View File
@@ -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" }