Skip to content

Commit da65a94

Browse files
committed
Update version to 0.4.4
1 parent 0ede3c5 commit da65a94

3 files changed

Lines changed: 5 additions & 5 deletions

File tree

pdl-compiler/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "pdl-compiler"
3-
version = "0.4.3"
3+
version = "0.4.4"
44
edition = "2021"
55
description = "Parser and serializer generator for protocol binary packets"
66
repository = "https://github.com/google/pdl/"

pdl-derive/Cargo.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "pdl-derive"
3-
version = "0.4.3"
3+
version = "0.4.4"
44
edition = "2021"
55
description = "PDL's derive macro"
66
repository = "https://github.com/google/pdl/"
@@ -24,12 +24,12 @@ proc-macro = true
2424

2525
[dependencies]
2626
codespan-reporting = "0.13.1"
27-
pdl-compiler = {path = "../pdl-compiler", version = "0.4.3"}
27+
pdl-compiler = {path = "../pdl-compiler", version = "0.4.4"}
2828
proc-macro2 = "1.0.66"
2929
quote = "1.0.33"
3030
syn = {version = "2.0.29", features = ["full"]}
3131
termcolor = "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"}
3535
bytes = "1.4.0"

pdl-runtime/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "pdl-runtime"
3-
version = "0.4.3"
3+
version = "0.4.4"
44
edition = "2021"
55
description = "PDL's runtime library"
66
repository = "https://github.com/google/pdl/"

0 commit comments

Comments
 (0)