aboutsummaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorJoel Galenson <jgalenson@google.com>2021-09-22 11:15:11 -0700
committerJoel Galenson <jgalenson@google.com>2021-09-22 11:15:11 -0700
commit14e56e091f97c36b474b1fe784dee7d24fe77066 (patch)
tree0ea42a99027172a370ef97510f0727749334c49e /Cargo.toml
parentd1ce38a679166b96e71f84398a34fcd47629dc88 (diff)
downloadprotobuf-14e56e091f97c36b474b1fe784dee7d24fe77066.tar.gz
Upgrade rust/crates/protobuf to 2.25.1
Test: make Change-Id: I246706ce9d2c30010727a7066b16555e8d52ea57
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 5d507eb..005d7bf 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -12,7 +12,7 @@
[package]
edition = "2018"
name = "protobuf"
-version = "2.25.0"
+version = "2.25.1"
authors = ["Stepan Koltsov <stepan.koltsov@gmail.com>"]
description = "Rust implementation of Google protocol buffers\n"
homepage = "https://github.com/stepancheg/rust-protobuf/"