mirror of
https://github.com/tokio-rs/tokio.git
synced 2026-08-27 00:00:12 +02:00
chore: repo maintenance + no path dependencies (#991)
- Move `tokio` into its own directory. - Remove `path` dependencies. - Run tests with once with crates.io dep and once with patched dep.
This commit is contained in:
+1
-1
@@ -25,4 +25,4 @@ futures = "0.1.18"
|
||||
log = "0.4"
|
||||
|
||||
[dev-dependencies]
|
||||
tokio-current-thread = { version = "0.1.1", path = "../tokio-current-thread" }
|
||||
tokio-current-thread = "0.1.1"
|
||||
|
||||
Reference in New Issue
Block a user