Skip to content

Commit

Permalink
v0.2.2
Browse files Browse the repository at this point in the history
Signed-off-by: Adphi <philippe.adrien.nousse@gmail.com>
  • Loading branch information
Adphi committed Oct 14, 2024
1 parent 37b3e52 commit 1fe82e7
Show file tree
Hide file tree
Showing 5 changed files with 19 additions and 19 deletions.
18 changes: 9 additions & 9 deletions Cargo.lock

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

14 changes: 7 additions & 7 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ members = [
]

[workspace.package]
version = "0.2.1"
version = "0.2.2"
authors = ["Adphi"]
edition = "2021"
description = ""
Expand Down Expand Up @@ -48,12 +48,12 @@ pbjson = { version = "0.7.0" }
pbjson-types = "0.7.0"
serde = { version = "1.0.210", features = ["derive"] }

prost-validate = { version = "0.2.1", path = "prost-validate" }
prost-reflect-validate = { version = "0.2.1", path = "prost-reflect-validate" }
prost-validate-build = { version = "0.2.1", path = "prost-validate-build" }
prost-validate-derive = { version = "0.2.1", path = "prost-validate-derive" }
prost-validate-types = { version = "0.2.1", path = "prost-validate-types" }
prost-validate-derive-core = { version = "0.2.1", path = "prost-validate-derive-core" }
prost-validate = { version = "0.2.2", path = "prost-validate" }
prost-reflect-validate = { version = "0.2.2", path = "prost-reflect-validate" }
prost-validate-build = { version = "0.2.2", path = "prost-validate-build" }
prost-validate-derive = { version = "0.2.2", path = "prost-validate-derive" }
prost-validate-types = { version = "0.2.2", path = "prost-validate-types" }
prost-validate-derive-core = { version = "0.2.2", path = "prost-validate-derive-core" }

[workspace.lints.clippy]
todo = "deny"
Expand Down
2 changes: 1 addition & 1 deletion prost-reflect-validate/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[![crates.io](https://img.shields.io/crates/v/prost-reflect-validate.svg)](https://crates.io/crates/prost-reflect-validate/)
[![docs.rs](https://docs.rs/prost-reflect-validate/badge.svg)](https://docs.rs/prost-reflect-validate/)
[![deps.rs](https://deps.rs/crate/prost-reflect-validate/0.2.1/status.svg)](https://deps.rs/crate/prost-reflect-validate)
[![deps.rs](https://deps.rs/crate/prost-reflect-validate/0.2.2/status.svg)](https://deps.rs/crate/prost-reflect-validate)
![MSRV](https://img.shields.io/badge/rustc-1.74+-blue.svg)
[![Continuous integration](https://github.com/linka-cloud/prost-validate/actions/workflows/ci_reflect.yml/badge.svg)](https://github.com/linka-cloud/prost-validate/actions/workflows/ci_reflect.yml)
![Apache 2.0](https://img.shields.io/badge/license-Apache2.0-blue.svg)
Expand Down
2 changes: 1 addition & 1 deletion prost-validate-build/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[![crates.io](https://img.shields.io/crates/v/prost-validate-build.svg)](https://crates.io/crates/prost-validate-build/)
[![docs.rs](https://docs.rs/prost-validate-build/badge.svg)](https://docs.rs/prost-validate-build/)
[![deps.rs](https://deps.rs/crate/prost-validate-build/0.2.1/status.svg)](https://deps.rs/crate/prost-validate-build)
[![deps.rs](https://deps.rs/crate/prost-validate-build/0.2.2/status.svg)](https://deps.rs/crate/prost-validate-build)
![MSRV](https://img.shields.io/badge/rustc-1.74+-blue.svg)
[![Continuous integration](https://github.com/linka-cloud/prost-validate/actions/workflows/ci_derive.yml/badge.svg)](https://github.com/linka-cloud/prost-validate/actions/workflows/ci_derive.yml)
![Apache 2.0](https://img.shields.io/badge/license-Apache2.0-blue.svg)
Expand Down
2 changes: 1 addition & 1 deletion prost-validate/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[![crates.io](https://img.shields.io/crates/v/prost-validate.svg)](https://crates.io/crates/prost-validate/)
[![docs.rs](https://docs.rs/prost-validate/badge.svg)](https://docs.rs/prost-validate/)
[![deps.rs](https://deps.rs/crate/prost-validate/0.2.1/status.svg)](https://deps.rs/crate/prost-validate)
[![deps.rs](https://deps.rs/crate/prost-validate/0.2.2/status.svg)](https://deps.rs/crate/prost-validate)
![MSRV](https://img.shields.io/badge/rustc-1.74+-blue.svg)
[![Continuous integration](https://github.com/linka-cloud/prost-validate/actions/workflows/ci_derive.yml/badge.svg)](https://github.com/linka-cloud/prost-validate/actions/workflows/ci_derive.yml)
![Apache 2.0](https://img.shields.io/badge/license-Apache2.0-blue.svg)
Expand Down

0 comments on commit 1fe82e7

Please # to comment.