Skip to content

Commit 1296a12

Browse files
bkchrtomusdrw
authored andcommitted
Switch back to upstream ws (paritytech#398)
1 parent 5bab07d commit 1296a12

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

ws/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jsonrpc-server-utils = { version = "10.1", path = "../server-utils" }
1616
log = "0.4"
1717
parking_lot = "0.7"
1818
slab = "0.4"
19-
parity-ws = "0.8"
19+
ws = "0.8"
2020

2121
[badges]
2222
travis-ci = { repository = "paritytech/jsonrpc", branch = "master"}

ws/src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
use jsonrpc_server_utils as server_utils;
66

7-
pub use parity_ws as ws;
7+
pub use ws;
88
pub use jsonrpc_core;
99

1010
#[macro_use]

0 commit comments

Comments
 (0)