mirror of
https://github.com/Drop-OSS/drop.git
synced 2026-07-25 09:14:54 +10:00
feat!: Update bincode 2 & allow any AsRef<[u8]> to be decoded
This commit is contained in:
committed by
Vincent Herlemont
parent
cf3a633539
commit
cf68ecfb19
@@ -22,7 +22,7 @@ native_model_macro = { version = "0.6.1", path = "native_model_macro" }
|
||||
|
||||
serde = { version = "1.0.200", features = ["derive"], optional = true }
|
||||
bincode_1_3 = { package = "bincode", version = "1.3.3", optional = true }
|
||||
bincode_2_rc = { package = "bincode", version = "2.0.0-rc.3", features = ["serde"], optional = true }
|
||||
bincode_2 = { package = "bincode", version = "2.0", features = ["serde"], optional = true }
|
||||
postcard_1_0 = { package = "postcard", version = "1.0.8", features = ["alloc"], optional = true }
|
||||
rmp_serde_1_3 = { package = "rmp-serde", version = "1.3", optional = true }
|
||||
doc-comment = "0.3.3"
|
||||
|
||||
Reference in New Issue
Block a user