From f19ee175a390ac8c484dad41ee48b67b18764990 Mon Sep 17 00:00:00 2001 From: Lucio Franco Date: Tue, 2 Aug 2022 12:11:33 -0700 Subject: [PATCH] chore: Prepare types & build `0.11.1` release --- prost-build/Cargo.toml | 2 +- prost-build/src/lib.rs | 2 +- prost-types/Cargo.toml | 2 +- prost-types/src/lib.rs | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/prost-build/Cargo.toml b/prost-build/Cargo.toml index 694270c34..eb9c314b4 100644 --- a/prost-build/Cargo.toml +++ b/prost-build/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "prost-build" -version = "0.11.0" +version = "0.11.1" authors = [ "Dan Burkert ", "Lucio Franco ", diff --git a/prost-build/src/lib.rs b/prost-build/src/lib.rs index 0bb6d2aa8..a8f65a02d 100644 --- a/prost-build/src/lib.rs +++ b/prost-build/src/lib.rs @@ -1,4 +1,4 @@ -#![doc(html_root_url = "https://docs.rs/prost-build/0.11.0")] +#![doc(html_root_url = "https://docs.rs/prost-build/0.11.1")] #![allow(clippy::option_as_ref_deref, clippy::format_push_string)] //! `prost-build` compiles `.proto` files into Rust. diff --git a/prost-types/Cargo.toml b/prost-types/Cargo.toml index 4fda61b7f..e2837c012 100644 --- a/prost-types/Cargo.toml +++ b/prost-types/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "prost-types" -version = "0.11.0" +version = "0.11.1" authors = [ "Dan Burkert ", "Lucio Franco