diff --git a/Cargo.lock b/Cargo.lock index d0bc143..633c6d7 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -258,7 +258,7 @@ checksum = "384b8ab6d37215f3c5301a95a4accb5d64aa607f1fcb26a11b5303878451b4fe" [[package]] name = "pacdef" -version = "1.6.0" +version = "1.7.1" dependencies = [ "alpm", "anyhow", diff --git a/Cargo.toml b/Cargo.toml index 13d0a60..eef79bb 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -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"