Skip to content

Commit

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

Generated by cargo-workspaces
  • Loading branch information
rami3l committed Oct 31, 2023
1 parent 3822735 commit 5020ee5
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 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
Expand Up @@ -2,7 +2,7 @@

[package]
name = "pacaptr"
version = "0.19.2"
version = "0.20.0"
edition = "2021"
license = "GPL-3.0"

Expand Down Expand Up @@ -77,7 +77,7 @@ indoc = "2.0.4"
itertools = "0.11.0"
macro_rules_attribute = "0.2.0"
once_cell = "1.18.0"
pacaptr-macros = { path = "crates/pacaptr-macros", version = "0.19.0" }
pacaptr-macros = { path = "crates/pacaptr-macros", version = "0.20.0" }
paste = "1.0.14"
regex = { version = "1.10.2", 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.19.2"
version = "0.20.0"
edition = "2021"
license = "GPL-3.0"

Expand Down

0 comments on commit 5020ee5

Please sign in to comment.