Update pkg version

This commit is contained in:
Wildan M
2025-12-09 10:22:36 -05:00
parent 4fcd97e8da
commit 8bc7c9d88d
2 changed files with 6 additions and 6 deletions
Generated
+2 -2
View File
@@ -1668,9 +1668,9 @@ checksum = "436d45c2b6a5b159d43da708e62b25be3a4a3d5550d654b72216ade4c4bfd717"
[[package]]
name = "redox-pkg"
version = "0.2.8"
version = "0.2.9"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6d50a7ed267e236ce8bfa178bfd3fb7a39765689d037e51c57f36bad46f474fd"
checksum = "0a18d9b020d0fd3fa4e613bc7ffc3c789fba16f4e74c484cc7e63f6ffb71bc09"
dependencies = [
"anyhow",
"ignore",
+4 -4
View File
@@ -23,24 +23,24 @@ name = "redox_installer"
path = "src/lib.rs"
[dependencies]
anyhow = { version = "1" }
anyhow = "1"
arg_parser = { version = "0.1.0", optional = true }
fatfs = { version = "0.3.0", optional = true }
fscommon = { version = "0.1.1", optional = true }
gpt = { version = "3.0.0", optional = true }
libc = { version = "0.2.70" }
libc = "0.2.70"
pkgar = { version = "0.1.19", optional = true }
pkgar-core = { version = "0.1.19", optional = true }
pkgar-keys = { version = "0.1.19", optional = true }
rand = { version = "0.9", optional = true }
redox-pkg = { version = "0.2.8", features = ["indicatif"], optional = true }
redox-pkg = { version = "0.2.9", features = ["indicatif"], optional = true }
redox_syscall = { version = "0.5.2", optional = true }
redoxfs = { version = "0.8.0", optional = true }
rust-argon2 = { version = "0.8.2", optional = true }
serde = "1"
serde_derive = "1.0"
termion = { version = "4", optional = true }
toml = { version = "0.8" }
toml = "0.8"
uuid = { version = "1.4", features = ["v4"], optional = true }
[target.'cfg(target_os = "redox")'.dependencies]