aboutsummaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorJoel Galenson <jgalenson@google.com>2021-05-19 16:23:32 -0700
committerJoel Galenson <jgalenson@google.com>2021-05-19 16:23:32 -0700
commite2ec6862831853a48635c986a0347fe49bd6e318 (patch)
tree3332414002f1fc846d5c593affbb715b50837aa7 /Cargo.toml
parentfd4214399a073de89e28ef888b3af3c60f99bd54 (diff)
downloadprotobuf-e2ec6862831853a48635c986a0347fe49bd6e318.tar.gz
Upgrade rust/crates/protobuf to 2.23.0
Test: make Change-Id: I0d9236a7fc4ddd93961e40bf588073c3ff6d0c28
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 165e125..0893f0d 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -13,7 +13,7 @@
[package]
edition = "2018"
name = "protobuf"
-version = "2.22.1"
+version = "2.23.0"
authors = ["Stepan Koltsov <stepan.koltsov@gmail.com>"]
description = "Rust implementation of Google protocol buffers\n"
homepage = "https://github.com/stepancheg/rust-protobuf/"