0.2.30: update redoxfs

This commit is contained in:
Jeremy Soller
2025-03-25 15:46:05 -06:00
parent 2bf4865794
commit a78377da19
2 changed files with 410 additions and 229 deletions
Generated
+408 -227
View File
File diff suppressed because it is too large Load Diff
+2 -2
View File
@@ -1,6 +1,6 @@
[package]
name = "redox_installer"
version = "0.2.29"
version = "0.2.30"
description = "A Redox filesystem builder"
license = "MIT"
authors = ["Jeremy Soller <jackpot51@gmail.com>"]
@@ -39,7 +39,7 @@ rand = "0.8"
redox_liner = "0.5"
redox-pkg = { version = "0.2.1", features = ["indicatif"] }
redox_syscall = "0.5.2"
redoxfs = "0.6.8"
redoxfs = "0.6.10"
rust-argon2 = "0.8.2"
serde = "=1.0.197"
serde_derive = "1.0.110"