Skip to content

Commit

Permalink
chore: release {{crate_name}} v{{version}}
Browse files Browse the repository at this point in the history
  • Loading branch information
rami3l committed Nov 27, 2023
1 parent eb54a10 commit 65e427e
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 @@ -17,7 +17,7 @@ tag = false

[package]
name = "pacaptr"
version = "0.20.0"
version = "0.20.1"
license.workspace = true
edition.workspace = true
homepage = "https://github.com/rami3l/pacaptr"
Expand Down Expand Up @@ -92,7 +92,7 @@ indoc = "2.0.4"
itertools = "0.12.0"
macro_rules_attribute = "0.2.0"
once_cell = "1.18.0"
pacaptr-macros = { path = "crates/pacaptr-macros", version = "0.20.0" }
pacaptr-macros = { path = "crates/pacaptr-macros", version = "0.20.1" }
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.20.0"
version = "0.20.1"
license.workspace = true
edition.workspace = true

Expand Down

0 comments on commit 65e427e

Please sign in to comment.