浏览代码

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]