Skip to content

Commit

Permalink
chore: Prepare 0.11.3 release (#768)
Browse files Browse the repository at this point in the history
  • Loading branch information
LucioFranco committed Nov 29, 2022
1 parent c387b3c commit 32ce2c0
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "prost"
version = "0.11.2"
version = "0.11.3"
authors = [
"Dan Burkert <dan@danburkert.com>",
"Lucio Franco <luciofranco14@gmail.com",
Expand Down
2 changes: 1 addition & 1 deletion prost-build/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "prost-build"
version = "0.11.2"
version = "0.11.3"
authors = [
"Dan Burkert <dan@danburkert.com>",
"Lucio Franco <luciofranco14@gmail.com>",
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.11.2")]
#![doc(html_root_url = "https://docs.rs/prost-build/0.11.3")]
#![allow(clippy::option_as_ref_deref, clippy::format_push_string)]

//! `prost-build` compiles `.proto` files into Rust.
Expand Down
2 changes: 1 addition & 1 deletion src/lib.rs
@@ -1,4 +1,4 @@
#![doc(html_root_url = "https://docs.rs/prost/0.11.2")]
#![doc(html_root_url = "https://docs.rs/prost/0.11.3")]
#![cfg_attr(not(feature = "std"), no_std)]
#![doc = include_str!("../README.md")]

Expand Down

0 comments on commit 32ce2c0

Please sign in to comment.