mirror of
https://github.com/Drop-OSS/drop.git
synced 2026-07-27 02:04:39 +10:00
feat: default postcard 1.0
This commit is contained in:
@@ -3,11 +3,11 @@ name = "tests_crate"
|
||||
version = "0.1.0"
|
||||
edition = "2021"
|
||||
|
||||
|
||||
[workspace]
|
||||
|
||||
[dev-dependencies]
|
||||
native_model = { path = "../" }
|
||||
serde = { version = "1.0", features = ["derive"] }
|
||||
bincode = { version = "2.0.0-rc.3", features = ["serde"] }
|
||||
anyhow = "1.0.44"
|
||||
anyhow = "1.0"
|
||||
postcard = { version = "1.0", features = ["alloc"] }
|
||||
Reference in New Issue
Block a user