diff --git a/Cargo.toml b/Cargo.toml index e8d41fc2d..15995fded 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "prost" -version = "0.10.1" +version = "0.10.2" authors = [ "Dan Burkert ", "Tokio Contributors ", diff --git a/prost-build/Cargo.toml b/prost-build/Cargo.toml index 751cac6f7..9320f963e 100644 --- a/prost-build/Cargo.toml +++ b/prost-build/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "prost-build" -version = "0.10.1" +version = "0.10.2" authors = [ "Dan Burkert ", "Tokio Contributors ", diff --git a/prost-build/src/lib.rs b/prost-build/src/lib.rs index e8defe4fb..11b41e454 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.10.1")] +#![doc(html_root_url = "https://docs.rs/prost-build/0.10.2")] #![allow(clippy::option_as_ref_deref)] //! `prost-build` compiles `.proto` files into Rust. diff --git a/src/lib.rs b/src/lib.rs index 09deda858..1308657e3 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -1,4 +1,4 @@ -#![doc(html_root_url = "https://docs.rs/prost/0.10.1")] +#![doc(html_root_url = "https://docs.rs/prost/0.10.2")] #![cfg_attr(not(feature = "std"), no_std)] // Re-export the alloc crate for use within derived code.