mirror of
https://github.com/google/flatbuffers.git
synced 2026-06-21 09:05:44 +00:00
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:
@@ -1,6 +1,6 @@
|
||||
[package]
|
||||
name = "flexbuffers"
|
||||
version = "0.1.0"
|
||||
version = "0.1.1"
|
||||
authors = ["Casper Neo <cneo@google.com>", "FlatBuffers Maintainers"]
|
||||
edition = "2018"
|
||||
license = "Apache-2.0"
|
||||
@@ -16,4 +16,3 @@ serde_derive = "1.0"
|
||||
byteorder = "1.3.2"
|
||||
num_enum = "0.5.0"
|
||||
bitflags = "1.2.1"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user