C++/Rust version changes

This commit is contained in:
Wouter van Oortmerssen
2021-05-10 11:27:06 -07:00
parent 3412fab8ee
commit 6ed780dbd5
6 changed files with 10 additions and 10 deletions

View File

@@ -1,7 +1,7 @@
[package]
name = "flatbuffers"
version = "0.9.0"
edition = "2018"
version = "2.0.0"
edition = "2021"
authors = ["Robert Winslow <hello@rwinslow.com>", "FlatBuffers Maintainers"]
license = "Apache-2.0"
description = "Official FlatBuffers Rust runtime library."

View File

@@ -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"