Skip to content

Commit 1cdfdbb

Browse files
fix(deps): update rust crate bincode to v3
1 parent 87f45f3 commit 1cdfdbb

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests_crate/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ edition = "2021"
88
[dependencies]
99
native_model = { path = "../", no-default-features = true }
1010
serde = { version = "1.0.200", features = ["derive"], optional = true }
11-
bincode = { version = "2.0.0-rc.3", features = ["serde"] , optional = true }
11+
bincode = { version = "3.0.0", features = ["serde"] , optional = true }
1212
postcard = { version = "1.0.8", features = ["alloc"], optional = true }
1313
anyhow = "1.0.82"
1414

0 commit comments

Comments
 (0)