diff options
author | RishabhDeep Singh <rishabhdeepsingh98@gmail.com> | 2023-05-09 20:35:25 +0530 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-05-09 08:05:25 -0700 |
commit | 13fc75cb6b7b44793f3f5b4ba025ff403d012c9f (patch) | |
tree | 7531f2053fc81b70e3f0440d24ae21df0c32f594 /rust | |
parent | e6e38a8d1765bbb405d6963f5814ac95b1c89668 (diff) | |
download | flatbuffers-13fc75cb6b7b44793f3f5b4ba025ff403d012c9f.tar.gz flatbuffers-13fc75cb6b7b44793f3f5b4ba025ff403d012c9f.tar.bz2 flatbuffers-13fc75cb6b7b44793f3f5b4ba025ff403d012c9f.zip |
FlatBuffers Version 23.5.8 (#7943)
Diffstat (limited to 'rust')
-rw-r--r-- | rust/flatbuffers/Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/rust/flatbuffers/Cargo.toml b/rust/flatbuffers/Cargo.toml index 32d0df83..1686892e 100644 --- a/rust/flatbuffers/Cargo.toml +++ b/rust/flatbuffers/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "flatbuffers" -version = "23.3.3" +version = "23.5.8" edition = "2018" authors = ["Robert Winslow <hello@rwinslow.com>", "FlatBuffers Maintainers"] license = "Apache-2.0" |