diff --git a/Cargo.lock b/Cargo.lock index a620590b1a..1b555a8707 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -461,7 +461,7 @@ checksum = "9ff7415e9ae3fff1225851df9e0d9e4e5479f947619774677a63572e55e80eff" [[package]] name = "pacaptr" -version = "0.17.0" +version = "0.17.1" dependencies = [ "async-trait", "bytes", @@ -492,7 +492,7 @@ dependencies = [ [[package]] name = "pacaptr-macros" -version = "0.17.0" +version = "0.17.1" dependencies = [ "anyhow", "itertools", @@ -1013,7 +1013,7 @@ checksum = "88301b56c26dd9bf5c43d858538f82d6f3f7764767defbc5d34e59459901c41a" [[package]] name = "xtask" -version = "0.17.0" +version = "0.17.1" dependencies = [ "anyhow", "const_format", diff --git a/Cargo.toml b/Cargo.toml index 26e4dbed0b..d6da766207 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "pacaptr" -version = "0.17.0" +version = "0.17.1" edition = "2021" license = "GPL-3.0" diff --git a/crates/pacaptr-macros/Cargo.toml b/crates/pacaptr-macros/Cargo.toml index 9cb937699b..14c7748bfc 100644 --- a/crates/pacaptr-macros/Cargo.toml +++ b/crates/pacaptr-macros/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "pacaptr-macros" -version = "0.17.0" +version = "0.17.1" edition = "2021" license = "GPL-3.0" diff --git a/xtask/Cargo.toml b/xtask/Cargo.toml index 2a0be21437..ae90b3a3b1 100644 --- a/xtask/Cargo.toml +++ b/xtask/Cargo.toml @@ -2,7 +2,7 @@ authors = ["rami3l "] edition = "2021" name = "xtask" -version = "0.17.0" +version = "0.17.1" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html