We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 87f45f3 commit 1cdfdbbCopy full SHA for 1cdfdbb
1 file changed
tests_crate/Cargo.toml
@@ -8,7 +8,7 @@ edition = "2021"
8
[dependencies]
9
native_model = { path = "../", no-default-features = true }
10
serde = { version = "1.0.200", features = ["derive"], optional = true }
11
-bincode = { version = "2.0.0-rc.3", features = ["serde"] , optional = true }
+bincode = { version = "3.0.0", features = ["serde"] , optional = true }
12
postcard = { version = "1.0.8", features = ["alloc"], optional = true }
13
anyhow = "1.0.82"
14
0 commit comments