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
@@ -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" }