Skip to content

Commit

Permalink
(cargo-release) prost-reflect-build version 0.12.0
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewhickman committed Sep 1, 2023
1 parent c847197 commit 340ecf4
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion prost-reflect-build/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name = "prost-reflect-build"
description = "A utility function for use with prost-build and prost-reflect to generate ReflectMessage implementations"
keywords = ["protobuf", "serialization", "json"]
categories = ["encoding"]
version = "0.11.0"
version = "0.12.0"
authors = ["Andrew Hickman <andrew.hickman1@sky.com>"]
repository = "https://github.com/andrewhickman/prost-reflect"
documentation = "https://docs.rs/prost-reflect-build"
Expand Down
2 changes: 1 addition & 1 deletion prost-reflect-build/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
//! include!(concat!(env!("OUT_DIR"), "protobuf.rs"));
//! ```
#![warn(missing_debug_implementations, missing_docs)]
#![doc(html_root_url = "https://docs.rs/prost-reflect-build/0.11.0/")]
#![doc(html_root_url = "https://docs.rs/prost-reflect-build/0.12.0/")]

use std::{
env, fs, io,
Expand Down

0 comments on commit 340ecf4

Please sign in to comment.