Skip to content

Commit 382af70

Browse files
committed
alpm v2.2.3 alpm-utils v2.0.1 alpm-sys v2.1.3
1 parent d580d4d commit 382af70

File tree

4 files changed

+14
-6
lines changed

4 files changed

+14
-6
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# Changelog
22

3+
## alpm v2.2.3 alpm-utils v1.1.3 alpm-sys v2.1.3 (2021-12-04)
4+
5+
### Fixed
6+
7+
- Fix check_signature being on wrong type
8+
- Fix Target having broken constructor
9+
- Update alpm-sys bindings
10+
311
## alpm v2.2.2 (2023-05-07)
412

513
### Fixed

alpm-sys/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "alpm-sys"
3-
version = "2.1.2"
3+
version = "2.1.3"
44
readme = "../README.md"
55
authors = ["morganamilo <[email protected]>"]
66

alpm-utils/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "alpm-utils"
3-
version = "2.0.0"
3+
version = "2.0.1"
44
authors = ["morganamilo <[email protected]>"]
55
edition = "2018"
66

@@ -23,5 +23,5 @@ conf = ["pacmanconf", "alpm"]
2323
docs-rs = ["alpm/docs-rs"]
2424

2525
[dependencies]
26-
alpm = { version = "2.1.2", path = "../alpm", optional = true }
26+
alpm = { version = "2.1.3", path = "../alpm", optional = true }
2727
pacmanconf = { version = "2.0.0", optional = true }

alpm/Cargo.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "alpm"
3-
version = "2.2.2"
3+
version = "2.2.3"
44
authors = ["morganamilo <[email protected]>"]
55
readme = "../README.md"
66
edition = "2018"
@@ -31,10 +31,10 @@ docs-rs = ["alpm-sys/docs-rs"]
3131
bitflags = "1.3.2"
3232
libarchive = { version = "0.1.1", optional = true }
3333
libarchive3-sys = { version = "0.1.2", optional = true }
34-
alpm-sys = { path = "../alpm-sys", version = "2.1.0" }
34+
alpm-sys = { path = "../alpm-sys", version = "2.1.3" }
3535

3636
[build-dependencies]
37-
alpm-sys = { path = "../alpm-sys", version = "2.1.2" }
37+
alpm-sys = { path = "../alpm-sys", version = "2.1.3" }
3838

3939
[dev-dependencies]
4040
criterion = "0.3.5"

0 commit comments

Comments
 (0)