Skip to content

Commit 676ddb1

Browse files
committed
alpm-utils v2.0.0
1 parent 19a60c4 commit 676ddb1

File tree

2 files changed

+8
-2
lines changed

2 files changed

+8
-2
lines changed

CHANGELOG.md

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

3+
## alpm-utils v1.1.2 (2022-02-16)
4+
5+
### Breaking
6+
7+
- Update pacmanconf to v2.0.0
8+
39
## alpm v2.2.1 (2021-12-12)
410

511
### Fixed

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 = "1.1.2"
3+
version = "2.0.0"
44
authors = ["morganamilo <[email protected]>"]
55
edition = "2018"
66

@@ -24,4 +24,4 @@ docs-rs = ["alpm/docs-rs"]
2424

2525
[dependencies]
2626
alpm = { version = "2.1.2", path = "../alpm", optional = true }
27-
pacmanconf = { version = "1.0.0", optional = true }
27+
pacmanconf = { version = "2.0.0", optional = true }

0 commit comments

Comments
 (0)