Skip to content

Commit

Permalink
Release 0.14.1
Browse files Browse the repository at this point in the history
  • Loading branch information
rami3l committed Feb 11, 2022
1 parent 28753b2 commit 86512a0
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
Expand Up @@ -2,7 +2,7 @@

[package]
name = "pacaptr"
version = "0.14.1-alpha.1"
version = "0.14.1"
edition = "2021"
license = "GPL-3.0"

Expand Down Expand Up @@ -40,7 +40,7 @@ is-root = "0.1.2"
itertools = "0.10.3"
macro_rules_attribute = "0.0.2"
once_cell = "1.9.0"
pacaptr-macros = { path = "crates/pacaptr-macros", version = "0.13.1" }
pacaptr-macros = { path = "crates/pacaptr-macros", version = "0.14.1" }
regex = { version = "1.5.4", default-features = false, features = [
"std",
"perf",
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.13.2"
version = "0.14.1"
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 <[email protected]>"]
edition = "2021"
name = "xtask"
version = "0.13.2"
version = "0.14.1"

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

Expand Down

0 comments on commit 86512a0

Please sign in to comment.