From 6b44c605b8d576bc88a4ab5ad23ac2594bae624f Mon Sep 17 00:00:00 2001 From: Casper Date: Sun, 2 May 2021 12:28:17 -0400 Subject: [PATCH] Bump Rust to 0.9.0 (#6610) 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 1a425d2fc..1dd1cf7f9 100644 --- a/rust/flatbuffers/Cargo.toml +++ b/rust/flatbuffers/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "flatbuffers" -version = "0.8.6" +version = "0.9.0" edition = "2018" authors = ["Robert Winslow ", "FlatBuffers Maintainers"] license = "Apache-2.0"