mirror of
https://github.com/zama-ai/tfhe-rs.git
synced 2026-01-07 22:04:10 -05:00
chore: fix bincode dependency version
This commit is contained in:
committed by
IceTDrinker
parent
36b6376cc4
commit
70a0021cbf
@@ -31,7 +31,7 @@ experimental = []
|
||||
[dev-dependencies]
|
||||
serde_json = "~1.0"
|
||||
itertools = { workspace = true }
|
||||
bincode = "1.3.3"
|
||||
bincode = { workspace = true }
|
||||
criterion = "0.5.1"
|
||||
|
||||
[[bench]]
|
||||
|
||||
Reference in New Issue
Block a user