From 6400c9b054912ae4761ab3534248b51ffa7a6c1e Mon Sep 17 00:00:00 2001 From: Robert Winslow Date: Thu, 30 Jan 2020 13:55:44 -0800 Subject: [PATCH] Bump Rust port to 0.6.1 (#5747) --- 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 34ae82668..7204088ab 100644 --- a/rust/flatbuffers/Cargo.toml +++ b/rust/flatbuffers/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "flatbuffers" -version = "0.6.0" +version = "0.6.1" authors = ["Robert Winslow ", "FlatBuffers Maintainers"] license = "Apache-2.0" description = "Official FlatBuffers Rust runtime library."