From 9c9baf6d5822a33aefd3eb32d7914b155295e312 Mon Sep 17 00:00:00 2001 From: Casper Date: Wed, 9 Dec 2020 14:34:19 -0500 Subject: [PATCH] bumprust (#6322) Co-authored-by: Casper Neo --- rust/flatbuffers/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rust/flatbuffers/Cargo.toml b/rust/flatbuffers/Cargo.toml index ad95e673a..368ff7d94 100644 --- a/rust/flatbuffers/Cargo.toml +++ b/rust/flatbuffers/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "flatbuffers" -version = "0.7.0" +version = "0.8.0" edition = "2018" authors = ["Robert Winslow ", "FlatBuffers Maintainers"] license = "Apache-2.0"