Skip to content

Commit d3ba4e8

Browse files
authored
chore: Prepare 0.11.4 (#777)
1 parent d531ba7 commit d3ba4e8

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

prost-build/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "prost-build"
3-
version = "0.11.3"
3+
version = "0.11.4"
44
authors = [
55
"Dan Burkert <[email protected]>",
66
"Lucio Franco <[email protected]>",

prost-build/src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#![doc(html_root_url = "https://docs.rs/prost-build/0.11.3")]
1+
#![doc(html_root_url = "https://docs.rs/prost-build/0.11.4")]
22
#![allow(clippy::option_as_ref_deref, clippy::format_push_string)]
33

44
//! `prost-build` compiles `.proto` files into Rust.

0 commit comments

Comments
 (0)