diff options
author | Blaž Hrastnik | 2021-08-16 03:30:55 +0000 |
---|---|---|
committer | Blaž Hrastnik | 2021-08-20 04:43:54 +0000 |
commit | 3f62799656df1f6127d4bdbac4d4ac11932bd93f (patch) | |
tree | 593a2217ee586be63d7038a54b83dba15a8f403c /helix-dap | |
parent | b9797a7dd22a5aa7d401a7d37166e21fd810c235 (diff) |
Get cargo check to pass in the subcrate
Diffstat (limited to 'helix-dap')
-rw-r--r-- | helix-dap/Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/helix-dap/Cargo.toml b/helix-dap/Cargo.toml index 0ba1a8f3..ce1e2d16 100644 --- a/helix-dap/Cargo.toml +++ b/helix-dap/Cargo.toml @@ -17,7 +17,7 @@ log = "0.4" serde = { version = "1.0", features = ["derive"] } serde_json = "1.0" thiserror = "1.0" -tokio = { version = "1.9", features = ["rt", "rt-multi-thread", "io-util", "io-std", "time", "process", "macros", "fs", "parking_lot"] } +tokio = { version = "1", features = ["rt", "rt-multi-thread", "io-util", "io-std", "time", "process", "macros", "fs", "parking_lot", "net", "sync"] } [dev-dependencies] fern = "0.6" |