File tree Expand file tree Collapse file tree 6 files changed +21
-21
lines changed Expand file tree Collapse file tree 6 files changed +21
-21
lines changed Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ members = [
14
14
]
15
15
16
16
[workspace .package ]
17
- version = " 0.2.6 "
17
+ version = " 0.2.7 "
18
18
authors = [" Adphi" ]
19
19
edition = " 2021"
20
20
description = " "
@@ -50,12 +50,12 @@ pbjson = { version = "0.7.0" }
50
50
pbjson-types = " 0.7.0"
51
51
serde = { version = " 1.0.210" , features = [" derive" ] }
52
52
53
- prost-validate = { version = " 0.2.6 " , path = " prost-validate" }
54
- prost-reflect-validate = { version = " 0.2.6 " , path = " prost-reflect-validate" }
55
- prost-validate-build = { version = " 0.2.6 " , path = " prost-validate-build" }
56
- prost-validate-derive = { version = " 0.2.6 " , path = " prost-validate-derive" }
57
- prost-validate-types = { version = " 0.2.6 " , path = " prost-validate-types" }
58
- prost-validate-derive-core = { version = " 0.2.6 " , path = " prost-validate-derive-core" }
53
+ prost-validate = { version = " 0.2.7 " , path = " prost-validate" }
54
+ prost-reflect-validate = { version = " 0.2.7 " , path = " prost-reflect-validate" }
55
+ prost-validate-build = { version = " 0.2.7 " , path = " prost-validate-build" }
56
+ prost-validate-derive = { version = " 0.2.7 " , path = " prost-validate-derive" }
57
+ prost-validate-types = { version = " 0.2.7 " , path = " prost-validate-types" }
58
+ prost-validate-derive-core = { version = " 0.2.7 " , path = " prost-validate-derive-core" }
59
59
60
60
[workspace .lints .clippy ]
61
61
todo = " deny"
Original file line number Diff line number Diff line change 1
1
[ ![ crates.io] ( https://img.shields.io/crates/v/prost-reflect-validate.svg )] ( https://crates.io/crates/prost-reflect-validate/ )
2
2
[ ![ docs.rs] ( https://docs.rs/prost-reflect-validate/badge.svg )] ( https://docs.rs/prost-reflect-validate/ )
3
- [ ![ deps.rs] ( https://deps.rs/crate/prost-reflect-validate/0.2.6 /status.svg )] ( https://deps.rs/crate/prost-reflect-validate )
3
+ [ ![ deps.rs] ( https://deps.rs/crate/prost-reflect-validate/0.2.7 /status.svg )] ( https://deps.rs/crate/prost-reflect-validate )
4
4
![ MSRV] ( https://img.shields.io/badge/rustc-1.74+-blue.svg )
5
5
[ ![ 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 )
6
6
![ Apache 2.0] ( https://img.shields.io/badge/license-Apache2.0-blue.svg )
Original file line number Diff line number Diff line change 1
1
[ ![ crates.io] ( https://img.shields.io/crates/v/prost-validate-build.svg )] ( https://crates.io/crates/prost-validate-build/ )
2
2
[ ![ docs.rs] ( https://docs.rs/prost-validate-build/badge.svg )] ( https://docs.rs/prost-validate-build/ )
3
- [ ![ deps.rs] ( https://deps.rs/crate/prost-validate-build/0.2.6 /status.svg )] ( https://deps.rs/crate/prost-validate-build )
3
+ [ ![ deps.rs] ( https://deps.rs/crate/prost-validate-build/0.2.7 /status.svg )] ( https://deps.rs/crate/prost-validate-build )
4
4
![ MSRV] ( https://img.shields.io/badge/rustc-1.74+-blue.svg )
5
5
[ ![ 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 )
6
6
![ Apache 2.0] ( https://img.shields.io/badge/license-Apache2.0-blue.svg )
Original file line number Diff line number Diff line change 1
1
[ ![ crates.io] ( https://img.shields.io/crates/v/prost-validate.svg )] ( https://crates.io/crates/prost-validate/ )
2
2
[ ![ docs.rs] ( https://docs.rs/prost-validate/badge.svg )] ( https://docs.rs/prost-validate/ )
3
- [ ![ deps.rs] ( https://deps.rs/crate/prost-validate/0.2.6 /status.svg )] ( https://deps.rs/crate/prost-validate )
3
+ [ ![ deps.rs] ( https://deps.rs/crate/prost-validate/0.2.7 /status.svg )] ( https://deps.rs/crate/prost-validate )
4
4
![ MSRV] ( https://img.shields.io/badge/rustc-1.74+-blue.svg )
5
5
[ ![ 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 )
6
6
![ Apache 2.0] ( https://img.shields.io/badge/license-Apache2.0-blue.svg )
Original file line number Diff line number Diff line change @@ -41,7 +41,7 @@ for c in "${crates[@]}"; do
41
41
fi
42
42
done
43
43
44
- cargo update
44
+ # cargo update
45
45
46
46
# Update README.md files to reference the latest version
47
47
for f in $( find . -name " README.md" ) ; do
You can’t perform that action at this time.
0 commit comments