Skip to content

Commit

Permalink
remove old tokio for pipes
Browse files Browse the repository at this point in the history
  • Loading branch information
scarmuega committed Nov 20, 2023
1 parent 9b57b0f commit 83c3d40
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions pallas-network/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,7 @@ homepage = "https://github.com/txpipe/pallas"
documentation = "https://docs.rs/pallas-upstream"
license = "Apache-2.0"
readme = "README.md"
authors = [
"Santiago Carmuega <[email protected]>",
"Pi Lanningham <[email protected]>",
]
authors = ["Santiago Carmuega <[email protected]>", "Pi Lanningham <[email protected]>"]

[dependencies]
byteorder = "1.4.3"
Expand All @@ -24,7 +21,6 @@ tokio = { version = "1", features = ["net", "io-util", "time", "sync", "macros"]
tracing = "0.1.37"

[target.'cfg(windows)'.dependencies]
tokio-named-pipes = "0.1.0"
windows-sys = "0.48.0"

[dev-dependencies]
Expand Down

0 comments on commit 83c3d40

Please sign in to comment.