Skip to content

Commit

Permalink
(cargo-release) prost-reflect-derive version 0.14.0
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewhickman committed Jul 8, 2024
1 parent 7f26bac commit f42c849
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 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-derive/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name = "prost-reflect-derive"
description = "A derive macro for prost-reflect to generate ReflectMessage implementations"
keywords = ["protobuf", "serialization", "json"]
categories = ["encoding"]
version = "0.13.0"
version = "0.14.0"
authors = ["Andrew Hickman <andrew.hickman1@sky.com>"]
repository = "https://github.com/andrewhickman/prost-reflect"
documentation = "https://docs.rs/prost-reflect-derive"
Expand Down
2 changes: 1 addition & 1 deletion prost-reflect-derive/src/lib.rs
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
//! This crate provides the [`ReflectMessage`](https://docs.rs/prost-reflect/latest/prost_reflect/derive.ReflectMessage.html) derive macro
//!
//! For documentation, see the example in the [`prost-reflect` crate docs](https://docs.rs/prost-reflect/latest/prost_reflect/index.html#deriving-reflectmessage).
#![doc(html_root_url = "https://docs.rs/prost-reflect-derive/0.13.0/")]
#![doc(html_root_url = "https://docs.rs/prost-reflect-derive/0.14.0/")]

use proc_macro::TokenStream;
use proc_macro2::Span;
Expand Down
2 changes: 1 addition & 1 deletion prost-reflect/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ logos = { version = "0.14.0", optional = true }
miette = { version = "7.0.0", optional = true }
once_cell = { version = "1.9.0" }
prost = "0.13.0"
prost-reflect-derive = { path = '../prost-reflect-derive', version = "0.13.0", optional = true }
prost-reflect-derive = { path = '../prost-reflect-derive', version = "0.14.0", optional = true }
prost-types = "0.13.0"
serde-value = { version = "0.7.0", optional = true }
serde1 = { package = "serde", version = "1.0.132", optional = true }
Expand Down

0 comments on commit f42c849

Please sign in to comment.