Skip to content

Commit

Permalink
Release 0.17.0
Browse files Browse the repository at this point in the history
pacaptr@0.17.0
pacaptr-macros@0.17.0
xtask@0.17.0

Generated by cargo-workspaces
  • Loading branch information
rami3l committed Oct 10, 2022
1 parent 8d9e034 commit f1ad6a0
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
6 changes: 3 additions & 3 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "pacaptr"
version = "0.16.1"
version = "0.17.0"
edition = "2021"
license = "GPL-3.0"

Expand Down Expand Up @@ -39,7 +39,7 @@ is-root = "0.1.2"
itertools = "0.10.5"
macro_rules_attribute = "0.1.2"
once_cell = "1.15.0"
pacaptr-macros = { path = "crates/pacaptr-macros", version = "0.16.1" }
pacaptr-macros = { path = "crates/pacaptr-macros", version = "0.17.0" }
paste = "1.0.9"
regex = { version = "1.6.0", default-features = false, features = [
"std",
Expand Down
2 changes: 1 addition & 1 deletion crates/pacaptr-macros/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "pacaptr-macros"
version = "0.16.1"
version = "0.17.0"
edition = "2021"
license = "GPL-3.0"

Expand Down
2 changes: 1 addition & 1 deletion xtask/Cargo.toml
Expand Up @@ -2,7 +2,7 @@
authors = ["rami3l <rami3l@outlook.com>"]
edition = "2021"
name = "xtask"
version = "0.16.1"
version = "0.17.0"

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

Expand Down

0 comments on commit f1ad6a0

Please sign in to comment.