소스 검색

Upgrade to tokio 1.7.

Jing Yang 4 년 전
부모
커밋
d377a61182
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      Cargo.toml

+ 1 - 1
Cargo.toml

@@ -12,7 +12,7 @@ crossbeam-channel = "0.5.0"
 futures = { version = "0.3.8", default-features = false, features = ["thread-pool"] }
 parking_lot = "0.11.1"
 rand = "0.8.0"
-tokio = { version = "1.0", features = ["macros", "rt-multi-thread", "sync", "time", "parking_lot"] }
+tokio = { version = "1.7", features = ["macros", "rt-multi-thread", "sync", "time", "parking_lot"] }
 
 [features]
 default = []