chore(release): 1.7.1

This commit is contained in:
steven-omaha
2026-05-01 19:42:59 +02:00
parent 9efd35bb8d
commit 7e0c88ad1e
2 changed files with 3 additions and 5 deletions
+2 -4
View File
@@ -1,7 +1,7 @@
[package]
name = "pacdef"
description = "multi-backend declarative package manager for Linux"
version = "1.6.0"
version = "1.7.1"
edition = "2024"
license = "GPL-3.0-or-later"
@@ -9,7 +9,7 @@ repository = "https://github.com/steven-omaha/pacdef"
readme = "README.md"
keywords = ["package-manager", "linux", "declarative", "cli"]
categories = ["command-line-utilities"]
rust-version = "1.85"
rust-version = "1.95"
[dependencies]
anyhow = "1.0"
@@ -29,12 +29,10 @@ toml = "0.9"
# backends
alpm = { version = "5.0", optional = true }
#rust-apt = { version = "0.9", optional = true}
[features]
default = []
arch = ["dep:alpm"]
#debian = ["dep:rust-apt"]
[profile.release]
lto = "off"