feat!: Update bincode 2 & allow any AsRef<[u8]> to be decoded

This commit is contained in:
ferris
2025-05-17 08:40:29 +02:00
committed by Vincent Herlemont
parent cf3a633539
commit cf68ecfb19
4 changed files with 9 additions and 9 deletions
+1 -1
View File
@@ -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"