aboutsummaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorHaibo Huang <hhb@google.com>2020-08-12 13:52:04 -0700
committerChih-Hung Hsieh <chh@google.com>2020-08-17 16:39:06 -0700
commitd32e6ee45f75ffaf1af1f2fea8ae5ed93112d0c2 (patch)
tree70d61044bd36b38545f408b9e807ced1f6dc3779 /Cargo.toml
parent52aa785a3abad9e9579c742b86b06ce91b5dc226 (diff)
downloadprotobuf-d32e6ee45f75ffaf1af1f2fea8ae5ed93112d0c2.tar.gz
Upgrade rust/crates/protobuf to 2.17.0
* Android.bp was regenerated. New rustc warnings were found. * Keep local change in src/lib.rs to include out/version.rs. * Update out/version.rs to the new version. Change-Id: I9c2f7d412dcd42fe3769505629e05ab949300fe6 Test: make
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml3
1 files changed, 2 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index d810341..95f1e3c 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -11,8 +11,9 @@
# will likely look very different (and much more reasonable)
[package]
+edition = "2018"
name = "protobuf"
-version = "2.16.2"
+version = "2.17.0"
authors = ["Stepan Koltsov <stepan.koltsov@gmail.com>"]
description = "Rust implementation of Google protocol buffers\n"
homepage = "https://github.com/stepancheg/rust-protobuf/"