Skip to content

Commit

Permalink
Prepare 0.10.1 release (#623)
Browse files Browse the repository at this point in the history
  • Loading branch information
LucioFranco committed Apr 13, 2022
1 parent 4da8a35 commit 8209f8a
Show file tree
Hide file tree
Showing 8 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "prost"
version = "0.10.0"
version = "0.10.1"
authors = [
"Dan Burkert <dan@danburkert.com>",
"Tokio Contributors <team@tokio.rs>",
Expand Down
2 changes: 1 addition & 1 deletion prost-build/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "prost-build"
version = "0.10.0"
version = "0.10.1"
authors = [
"Dan Burkert <dan@danburkert.com>",
"Tokio Contributors <team@tokio.rs>",
Expand Down
2 changes: 1 addition & 1 deletion prost-build/src/lib.rs
@@ -1,4 +1,4 @@
#![doc(html_root_url = "https://docs.rs/prost-build/0.10.0")]
#![doc(html_root_url = "https://docs.rs/prost-build/0.10.1")]
#![allow(clippy::option_as_ref_deref)]

//! `prost-build` compiles `.proto` files into Rust.
Expand Down
2 changes: 1 addition & 1 deletion prost-derive/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "prost-derive"
version = "0.10.0"
version = "0.10.1"
authors = [
"Dan Burkert <dan@danburkert.com>",
"Tokio Contributors <team@tokio.rs>",
Expand Down
2 changes: 1 addition & 1 deletion prost-derive/src/lib.rs
@@ -1,4 +1,4 @@
#![doc(html_root_url = "https://docs.rs/prost-derive/0.10.0")]
#![doc(html_root_url = "https://docs.rs/prost-derive/0.10.1")]
// The `quote!` macro requires deep recursion.
#![recursion_limit = "4096"]

Expand Down
2 changes: 1 addition & 1 deletion prost-types/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "prost-types"
version = "0.10.0"
version = "0.10.1"
authors = [
"Dan Burkert <dan@danburkert.com>",
"Tokio Contributors <team@tokio.rs>",
Expand Down
2 changes: 1 addition & 1 deletion prost-types/src/lib.rs
@@ -1,4 +1,4 @@
#![doc(html_root_url = "https://docs.rs/prost-types/0.9.0")]
#![doc(html_root_url = "https://docs.rs/prost-types/0.10.1")]

//! Protocol Buffers well-known types.
//!
Expand Down
2 changes: 1 addition & 1 deletion src/lib.rs
@@ -1,4 +1,4 @@
#![doc(html_root_url = "https://docs.rs/prost/0.10.0")]
#![doc(html_root_url = "https://docs.rs/prost/0.10.1")]
#![cfg_attr(not(feature = "std"), no_std)]

// Re-export the alloc crate for use within derived code.
Expand Down

0 comments on commit 8209f8a

Please sign in to comment.