File tree Expand file tree Collapse file tree 5 files changed +9
-4
lines changed
Expand file tree Collapse file tree 5 files changed +9
-4
lines changed Original file line number Diff line number Diff line change @@ -9,22 +9,23 @@ members = [
99resolver = " 3"
1010
1111[workspace .package ]
12- version = " 0.8 .0"
12+ version = " 0.9 .0"
1313edition = " 2024"
1414license = " MIT"
1515keywords = [" protobuf" , " json" , " serde" ]
1616categories = [" encoding" ]
1717repository = " https://github.com/influxdata/pbjson"
18+ readme = " README.md"
1819
1920[workspace .dependencies ]
2021base64 = " 0.22"
2122bytes = " 1.0"
2223chrono = { version = " 0.4" , default-features = false , features = [" alloc" ] }
2324heck = " 0.5"
2425itertools = " 0.14"
25- pbjson = { path = " pbjson" , version = " 0.8 " }
26- pbjson-build = { path = " pbjson-build" , version = " 0.8 " }
27- pbjson-types = { path = " pbjson-types" , version = " 0.8 " }
26+ pbjson = { path = " pbjson" , version = " 0.9 " }
27+ pbjson-build = { path = " pbjson-build" , version = " 0.9 " }
28+ pbjson-types = { path = " pbjson-types" , version = " 0.9 " }
2829prost = " 0.14"
2930prost-build = " 0.14"
3031prost-types = " 0.14"
Original file line number Diff line number Diff line change @@ -6,6 +6,7 @@ license.workspace = true
66keywords.workspace = true
77categories.workspace = true
88repository.workspace = true
9+ readme.workspace = true
910description = " Generates Serialize and Deserialize implementations for prost message types"
1011
1112[dependencies ]
Original file line number Diff line number Diff line change @@ -6,6 +6,7 @@ license.workspace = true
66keywords.workspace = true
77categories.workspace = true
88repository.workspace = true
9+ readme.workspace = true
910description = " Test resources for pbjson converion"
1011
1112[dependencies ]
Original file line number Diff line number Diff line change @@ -6,6 +6,7 @@ license.workspace = true
66keywords.workspace = true
77categories.workspace = true
88repository.workspace = true
9+ readme.workspace = true
910description = " Protobuf well known types with serde serialization support"
1011exclude = [" protos/*" ]
1112
Original file line number Diff line number Diff line change @@ -6,6 +6,7 @@ license.workspace = true
66keywords.workspace = true
77categories.workspace = true
88repository.workspace = true
9+ readme.workspace = true
910description = " Utilities for pbjson conversion"
1011
1112[dependencies ]
You can’t perform that action at this time.
0 commit comments