diff options
author | Wouter van Oortmerssen <aardappel@gmail.com> | 2021-05-10 11:27:06 -0700 |
---|---|---|
committer | Wouter van Oortmerssen <aardappel@gmail.com> | 2021-05-10 11:29:32 -0700 |
commit | 6ed780dbd50f3fd4f2a12b13f5ef709da5372401 (patch) | |
tree | 5967f0461db439264e0fc0a33398d6827f4b565a /rust/flexbuffers/Cargo.toml | |
parent | 3412fab8ee5ef24432c3b71ba50ab65fe31a2ef3 (diff) | |
download | flatbuffers-6ed780dbd50f3fd4f2a12b13f5ef709da5372401.tar.gz flatbuffers-6ed780dbd50f3fd4f2a12b13f5ef709da5372401.tar.bz2 flatbuffers-6ed780dbd50f3fd4f2a12b13f5ef709da5372401.zip |
C++/Rust version changes
Diffstat (limited to 'rust/flexbuffers/Cargo.toml')
-rw-r--r-- | rust/flexbuffers/Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/rust/flexbuffers/Cargo.toml b/rust/flexbuffers/Cargo.toml index 30217ffe..e4fa6fa5 100644 --- a/rust/flexbuffers/Cargo.toml +++ b/rust/flexbuffers/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "flexbuffers" -version = "0.3.0" +version = "2.0.0" authors = ["Casper Neo <cneo@google.com>", "FlatBuffers Maintainers"] edition = "2018" license = "Apache-2.0" |