소스 검색

Upgrade to tokio 1.0

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

+ 1 - 1
Cargo.toml

@@ -20,7 +20,7 @@ parking_lot = "0.11.0"
 rand = "0.7.3"
 serde = "1.0.116"
 serde_derive = "1.0.116"
-tokio = { version = "0.3", features = ["rt-multi-thread", "time", "parking_lot"] }
+tokio = { version = "1.0", features = ["rt-multi-thread", "time", "parking_lot"] }
 
 [dev-dependencies]
 anyhow = "1.0"