Skip to content

Commit

Permalink
Extract rw-stream-sink to its own repo (#1448)
Browse files Browse the repository at this point in the history
  • Loading branch information
tomaka authored Feb 12, 2020
1 parent 627e93b commit 955352b
Show file tree
Hide file tree
Showing 7 changed files with 4 additions and 225 deletions.
1 change: 0 additions & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,6 @@ members = [
"misc/multihash",
"misc/multistream-select",
"misc/peer-id-generator",
"misc/rw-stream-sink",
"muxers/mplex",
"muxers/yamux",
"protocols/floodsub",
Expand Down
2 changes: 1 addition & 1 deletion core/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ parking_lot = "0.10.0"
pin-project = "0.4.6"
prost = "0.6.1"
rand = "0.7"
rw-stream-sink = { version = "0.2.0", path = "../misc/rw-stream-sink" }
rw-stream-sink = "0.2.0"
sha2 = "0.8.0"
smallvec = "1.0"
thiserror = "1.0"
Expand Down
18 changes: 0 additions & 18 deletions misc/rw-stream-sink/Cargo.toml

This file was deleted.

202 changes: 0 additions & 202 deletions misc/rw-stream-sink/src/lib.rs

This file was deleted.

2 changes: 1 addition & 1 deletion protocols/plaintext/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ futures_codec = "0.3.4"
libp2p-core = { version = "0.15.0", path = "../../core" }
log = "0.4.8"
prost = "0.6.1"
rw-stream-sink = { version = "0.2.0", path = "../../misc/rw-stream-sink" }
rw-stream-sink = "0.2.0"
unsigned-varint = { version = "0.3", features = ["futures-codec"] }
void = "1.0.2"

Expand Down
2 changes: 1 addition & 1 deletion protocols/secio/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ prost = "0.6.1"
pin-project = "0.4.6"
quicksink = "0.1"
rand = "0.7"
rw-stream-sink = { version = "0.2.0", path = "../../misc/rw-stream-sink" }
rw-stream-sink = "0.2.0"
sha2 = "0.8.0"
static_assertions = "1"
twofish = "0.2.0"
Expand Down
2 changes: 1 addition & 1 deletion transports/websocket/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ libp2p-core = { version = "0.15.0", path = "../../core" }
log = "0.4.8"
quicksink = "0.1"
rustls = "0.16"
rw-stream-sink = { version = "0.2.0", path = "../../misc/rw-stream-sink" }
rw-stream-sink = "0.2.0"
soketto = { version = "0.3", features = ["deflate"] }
url = "2.1"
webpki = "0.21"
Expand Down

0 comments on commit 955352b

Please sign in to comment.