diff --git a/Cargo.lock b/Cargo.lock index c7de2949db8..629760add21 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -461,7 +461,7 @@ checksum = "6acbef58a60fe69ab50510a55bc8cdd4d6cf2283d27ad338f54cb52747a9cf2d" [[package]] name = "pacaptr" -version = "0.13.0" +version = "0.13.1" dependencies = [ "async-trait", "bytes", @@ -490,7 +490,7 @@ dependencies = [ [[package]] name = "pacaptr-macros" -version = "0.1.0" +version = "0.13.1" dependencies = [ "anyhow", "itertools", @@ -925,7 +925,7 @@ checksum = "0607c095c96c1d8420ce4a018a0954fb15d73d5eb59b521a05a0f04cffc05059" [[package]] name = "xtask" -version = "0.1.0" +version = "0.13.1" dependencies = [ "anyhow", "const_format", diff --git a/Cargo.toml b/Cargo.toml index 8f4b4b7d88a..feb053a060d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -17,7 +17,7 @@ include = ["LICENSE", "Cargo.toml", "src/**/*.rs", "build.rs"] exclude = ["dist/**/*", "docs/**/*"] # build = "build.rs" name = "pacaptr" -version = "0.13.0" +version = "0.13.1" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html diff --git a/crates/pacaptr-macros/Cargo.toml b/crates/pacaptr-macros/Cargo.toml index 99d9e0fe6c6..690f4659c35 100644 --- a/crates/pacaptr-macros/Cargo.toml +++ b/crates/pacaptr-macros/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "pacaptr-macros" -version = "0.1.0" +version = "0.13.1" edition = "2018" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html diff --git a/xtask/Cargo.toml b/xtask/Cargo.toml index a7a2d8df0fe..c4e33212f3f 100644 --- a/xtask/Cargo.toml +++ b/xtask/Cargo.toml @@ -2,7 +2,7 @@ authors = ["rami3l "] edition = "2018" name = "xtask" -version = "0.1.0" +version = "0.13.1" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html