postcard no features

This commit is contained in:
Dmitry Belyaev 2023-08-23 22:33:36 +03:00
parent 7e6b513179
commit cb781ccf76
1 changed files with 1 additions and 1 deletions

View File

@ -46,7 +46,7 @@ async-stream = { version = "0.3", optional = true }
zstd = { version = "^0.12", default-features = false, optional = true }
memmap = { version = "0.7.0", optional = true }
pin-project = { version = "1.1.3", optional = true }
postcard = { version = "1.0.6", default-features = false, features = ["use-std"] }
postcard = { version = "1.0.6", default-features = false }
[dev-dependencies]
insta = { version = "1.31.0", features = ["yaml"] }