Skip to content

Commit

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

Generated by cargo-workspaces
  • Loading branch information
rami3l committed Apr 30, 2023
1 parent 28543cb commit c8b89cc
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
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "pacaptr"
version = "0.18.0"
version = "0.19.0"
edition = "2021"
license = "GPL-3.0"

Expand Down Expand Up @@ -41,7 +41,7 @@ is-root = "0.1.2"
itertools = "0.10.5"
macro_rules_attribute = "0.1.3"
once_cell = "1.17.1"
pacaptr-macros = { path = "crates/pacaptr-macros", version = "0.18.0" }
pacaptr-macros = { path = "crates/pacaptr-macros", version = "0.19.0" }
paste = "1.0.12"
regex = { version = "1.8.1", default-features = false, features = [
"std",
Expand Down
2 changes: 1 addition & 1 deletion crates/pacaptr-macros/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "pacaptr-macros"
version = "0.18.0"
version = "0.19.0"
edition = "2021"
license = "GPL-3.0"

Expand Down
2 changes: 1 addition & 1 deletion xtask/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
authors = ["rami3l <rami3l@outlook.com>"]
edition = "2021"
name = "xtask"
version = "0.18.0"
version = "0.19.0"

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

Expand Down

0 comments on commit c8b89cc

Please sign in to comment.