소스 검색

changing bincode in communicator

avadapal 1 년 전
부모
커밋
739c6f1bdf
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      communicator/Cargo.toml

+ 1 - 1
communicator/Cargo.toml

@@ -11,7 +11,7 @@ repository.workspace = true
 # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
 
 [dependencies]
-bincode = "2.0.0-rc.2"
+bincode = "=2.0.0-rc.2"
 serde = { version = "1.0", features = ["derive"] }
 
 [dev-dependencies]