From ce54d07d38bfa7982b852b42b1b1d75591d4f798 Mon Sep 17 00:00:00 2001 From: Casper Date: Tue, 18 Oct 2022 16:37:12 -0400 Subject: [PATCH] Update Rust version (#7574) 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 6279fd07bd21..9e4d8d112164 100644 --- a/rust/flatbuffers/Cargo.toml +++ b/rust/flatbuffers/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "flatbuffers" -version = "2.1.2" +version = "22.9.29" edition = "2018" authors = ["Robert Winslow ", "FlatBuffers Maintainers"] license = "Apache-2.0"