diff options
author | Casper <casperneo@uchicago.edu> | 2020-12-09 14:34:19 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-12-09 11:34:19 -0800 |
commit | 9c9baf6d5822a33aefd3eb32d7914b155295e312 (patch) | |
tree | 9974b44b9db0cc0f7cafb230c68e08e9902ef768 | |
parent | aafc5dc9500f01c643e3ebfe1b7ea851bd536d92 (diff) | |
download | flatbuffers-9c9baf6d5822a33aefd3eb32d7914b155295e312.tar.gz flatbuffers-9c9baf6d5822a33aefd3eb32d7914b155295e312.tar.bz2 flatbuffers-9c9baf6d5822a33aefd3eb32d7914b155295e312.zip |
bumprust (#6322)
Co-authored-by: Casper Neo <cneo@google.com>
-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 ad95e673..368ff7d9 100644 --- a/rust/flatbuffers/Cargo.toml +++ b/rust/flatbuffers/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "flatbuffers" -version = "0.7.0" +version = "0.8.0" edition = "2018" authors = ["Robert Winslow <hello@rwinslow.com>", "FlatBuffers Maintainers"] license = "Apache-2.0" |