aboutsummaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorChih-Hung Hsieh <chh@google.com>2020-10-06 01:49:57 -0700
committerChih-Hung Hsieh <chh@google.com>2020-10-06 16:35:39 -0700
commitaa0de755ea4a6df4e09daff24ca0438cf5ca898a (patch)
treee959c72d21300af101bd34042b53f95442f38fc8 /Cargo.toml
parent9f3771f70c6c9cffc8bc22bc425a6e26e0898d0d (diff)
downloadprotobuf-aa0de755ea4a6df4e09daff24ca0438cf5ca898a.tar.gz
Upgrade rust/crates/protobuf to 2.18.0
Bug: 170256643 Test: atest -c --include-subdirs external/rust/crates Test: atest -c --host --include-subdirs external/crosvm Change-Id: Idbf928c5a7e95e75acf492b67c3bbe3f3a83ad51
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 95f1e3c..36666b4 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -13,7 +13,7 @@
[package]
edition = "2018"
name = "protobuf"
-version = "2.17.0"
+version = "2.18.0"
authors = ["Stepan Koltsov <stepan.koltsov@gmail.com>"]
description = "Rust implementation of Google protocol buffers\n"
homepage = "https://github.com/stepancheg/rust-protobuf/"