Skip to content

Commit

Permalink
Update version to 0.2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
hchataing committed Oct 30, 2023
1 parent 8c3b028 commit ee07a8c
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion pdl-compiler/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "pdl-compiler"
version = "0.2.1"
version = "0.2.2"
edition = "2021"
description = "Parser and serializer generator for protocol binary packets"
repository = "https://github.com/google/pdl/"
Expand Down
6 changes: 3 additions & 3 deletions pdl-derive/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "pdl-derive"
version = "0.2.1"
version = "0.2.2"
edition = "2021"
description = "PDL's derive macro"
repository = "https://github.com/google/pdl/"
Expand All @@ -21,12 +21,12 @@ proc-macro = true

[dependencies]
codespan-reporting = "0.11.1"
pdl-compiler = {path = "../pdl-compiler", version = "0.2.1"}
pdl-compiler = {path = "../pdl-compiler", version = "0.2.2"}
proc-macro2 = "1.0.66"
quote = "1.0.33"
syn = {version = "2.0.29", features = ["full"]}
termcolor = "1.2.0"

[dev-dependencies]
pdl-runtime = {path = "../pdl-runtime", version = "0.2.1"}
pdl-runtime = {path = "../pdl-runtime", version = "0.2.2"}
bytes = "1.4.0"
2 changes: 1 addition & 1 deletion pdl-runtime/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "pdl-runtime"
version = "0.2.1"
version = "0.2.2"
edition = "2021"
description = "PDL's runtime library"
repository = "https://github.com/google/pdl/"
Expand Down

0 comments on commit ee07a8c

Please sign in to comment.