소스 검색

Update dependency crossbeam-utils to the newest version.

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

+ 1 - 1
Cargo.toml

@@ -12,7 +12,7 @@ keywords = ["raft", "consensus-protocol"]
 [dependencies]
 bincode = "1.3.1"
 bytes = "0.5.6"
-crossbeam-utils = "0.7.2"
+crossbeam-utils = "0.8"
 futures = { version = "0.3.5" }
 labrpc = { path = "../labrpc" }
 parking_lot = "0.11.0"