aboutsummaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorHaibo Huang <hhb@google.com>2020-07-10 20:23:55 -0700
committerChih-Hung Hsieh <chh@google.com>2020-07-13 19:53:41 -0700
commit52aa785a3abad9e9579c742b86b06ce91b5dc226 (patch)
tree21599736960546d0214d82baf97afb5a29505e43 /Cargo.toml
parent700f4b079fb7f843c907f0a23d31732c769b4b7e (diff)
downloadprotobuf-52aa785a3abad9e9579c742b86b06ce91b5dc226.tar.gz
Upgrade rust/crates/protobuf to 2.16.2android-r-beta-3android-r-beta-2
* Update local file out/version.rs to new cargo output. * Keep local change of src/lib.rs that includes out/version.rs. Test: make Change-Id: I535c121ed1bd49d638e70ee88d12661e0b918eaa
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 99a7f79..d810341 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -12,7 +12,7 @@
[package]
name = "protobuf"
-version = "2.14.0"
+version = "2.16.2"
authors = ["Stepan Koltsov <stepan.koltsov@gmail.com>"]
description = "Rust implementation of Google protocol buffers\n"
homepage = "https://github.com/stepancheg/rust-protobuf/"