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