From 214cc94681f0c0ceb11ac98ce3879928f92e539f Mon Sep 17 00:00:00 2001 From: Casper Date: Thu, 3 Nov 2022 12:24:00 -0400 Subject: [PATCH] Bump Rust version to 22.10.26 before publication (#7622) --- 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 821c5aec7..2cba5b727 100644 --- a/rust/flatbuffers/Cargo.toml +++ b/rust/flatbuffers/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "flatbuffers" -version = "22.9.29" +version = "22.10.26" edition = "2018" authors = ["Robert Winslow ", "FlatBuffers Maintainers"] license = "Apache-2.0"