0.2.39: update redox_syscall and redoxfs

This commit is contained in:
Jeremy Soller
2026-01-02 19:42:55 -07:00
parent 753c8af0e5
commit 397749f1f5
2 changed files with 330 additions and 436 deletions
Generated
+327 -433
View File
File diff suppressed because it is too large Load Diff
+3 -3
View File
@@ -1,6 +1,6 @@
[package]
name = "redox_installer"
version = "0.2.38"
version = "0.2.39"
description = "A Redox filesystem builder"
license = "MIT"
authors = ["Jeremy Soller <jackpot51@gmail.com>"]
@@ -34,8 +34,8 @@ 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.9", features = ["indicatif"], optional = true }
redox_syscall = { version = "0.5.2", optional = true }
redoxfs = { version = "0.8", optional = true, default-features = false, features = ["std", "log"] }
redox_syscall = { version = "0.6", optional = true }
redoxfs = { version = "0.8.5", optional = true, default-features = false, features = ["std", "log"] }
rust-argon2 = { version = "0.8.2", optional = true }
serde = "1"
serde_derive = "1.0"