mirror of
https://github.com/tokio-rs/tokio.git
synced 2026-08-24 00:00:11 +02:00
chore: remove patch statements in Cargo.toml (#914)
This commit is contained in:
-17
@@ -127,20 +127,3 @@ serde = "1.0"
|
||||
serde_derive = "1.0"
|
||||
serde_json = "1.0"
|
||||
time = "0.1"
|
||||
|
||||
[patch.crates-io]
|
||||
#tokio = { path = "." }
|
||||
#tokio-async-await = { path = "./tokio-async-await" }
|
||||
#tokio-codec = { path = "./tokio-codec" }
|
||||
#tokio-current-thread = { path = "./tokio-current-thread" }
|
||||
#tokio-executor = { path = "./tokio-executor" }
|
||||
#tokio-fs = { path = "./tokio-fs" }
|
||||
#tokio-io = { path = "./tokio-io" }
|
||||
#tokio-reactor = { path = "./tokio-reactor" }
|
||||
#tokio-signal = { path = "./tokio-signal" }
|
||||
#tokio-tcp = { path = "./tokio-tcp" }
|
||||
#tokio-threadpool = { path = "./tokio-threadpool" }
|
||||
#tokio-timer = { path = "./tokio-timer" }
|
||||
#tokio-tls = { path = "./tokio-tls" }
|
||||
#tokio-udp = { path = "./tokio-udp" }
|
||||
#tokio-uds = { path = "./tokio-uds" }
|
||||
|
||||
Reference in New Issue
Block a user