Skip to content

Commit

Permalink
Prepare build v0.9.1 release (#551)
Browse files Browse the repository at this point in the history
  • Loading branch information
LucioFranco authored Oct 25, 2021
1 parent 485091d commit c3b7037
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion prost-build/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "prost-build"
version = "0.9.0"
version = "0.9.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
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#![doc(html_root_url = "https://docs.rs/prost-build/0.9.0")]
#![doc(html_root_url = "https://docs.rs/prost-build/0.9.1")]
#![allow(clippy::option_as_ref_deref)]

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

0 comments on commit c3b7037

Please sign in to comment.