Skip to content

Commit

Permalink
Release 0.13.2
Browse files Browse the repository at this point in the history
[email protected]
[email protected]

Generated by cargo-workspaces
  • Loading branch information
rami3l committed Aug 23, 2021
1 parent ed7fe31 commit 76bde04
Show file tree
Hide file tree
Showing 4 changed files with 10 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.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

[package]
name = "pacaptr"
version = "0.13.1"
version = "0.13.2"
edition = "2018"
license = "GPL-3.0"

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.1"
version = "0.13.2"
edition = "2018"
license = "GPL-3.0"

Expand Down
7 changes: 5 additions & 2 deletions xtask/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,17 @@
authors = ["rami3l <[email protected]>"]
edition = "2018"
name = "xtask"
version = "0.13.1"
version = "0.13.2"

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

[dependencies]
anyhow = "1.0.43"
const_format = "0.2.18"
pico-args = "0.4.2"
regex = { version = "1.5.4", default-features = false, features = ["std", "unicode-perl"] }
regex = { version = "1.5.4", default-features = false, features = [
"std",
"unicode-perl",
] }
xml-rs = "0.8.4"
xshell = "0.1.14"

0 comments on commit 76bde04

Please sign in to comment.