Serde with bytes maps to Blob (#6009)

* Serde with_bytes maps to Blob

* Bump rust flexbuffers minor version number

Co-authored-by: Casper Neo <cneo@google.com>
This commit is contained in:
Casper
2020-06-28 19:58:08 -07:00
committed by GitHub
parent e810635eaa
commit 8a721f69a1
5 changed files with 14 additions and 6 deletions

View File

@@ -8,6 +8,7 @@ flatbuffers = { path = "../../rust/flatbuffers" }
flexbuffers = { path = "../../rust/flexbuffers" }
serde_derive = "1.0"
serde = "1.0"
serde_bytes = "0.11"
[[bin]]
name = "monster_example"