File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11[package ]
22name = " pdl-compiler"
3- version = " 0.4.3 "
3+ version = " 0.4.4 "
44edition = " 2021"
55description = " Parser and serializer generator for protocol binary packets"
66repository = " https://github.com/google/pdl/"
Original file line number Diff line number Diff line change 11[package ]
22name = " pdl-derive"
3- version = " 0.4.3 "
3+ version = " 0.4.4 "
44edition = " 2021"
55description = " PDL's derive macro"
66repository = " https://github.com/google/pdl/"
@@ -24,12 +24,12 @@ proc-macro = true
2424
2525[dependencies ]
2626codespan-reporting = " 0.13.1"
27- pdl-compiler = {path = " ../pdl-compiler" , version = " 0.4.3 " }
27+ pdl-compiler = {path = " ../pdl-compiler" , version = " 0.4.4 " }
2828proc-macro2 = " 1.0.66"
2929quote = " 1.0.33"
3030syn = {version = " 2.0.29" , features = [" full" ]}
3131termcolor = " 1.2.0"
3232
3333[dev-dependencies ]
34- pdl-runtime = {path = " ../pdl-runtime" , version = " 0.4.3 " }
34+ pdl-runtime = {path = " ../pdl-runtime" , version = " 0.4.4 " }
3535bytes = " 1.4.0"
Original file line number Diff line number Diff line change 11[package ]
22name = " pdl-runtime"
3- version = " 0.4.3 "
3+ version = " 0.4.4 "
44edition = " 2021"
55description = " PDL's runtime library"
66repository = " https://github.com/google/pdl/"
You can’t perform that action at this time.
0 commit comments