Merge branch 'path-update' into 'main'

Update redox-path to relax canonical path requirement

See merge request redox-os/base!300
This commit is contained in:
Jeremy Soller
2026-07-05 10:54:36 -06:00
2 changed files with 9 additions and 3 deletions
+8 -2
View File
@@ -25,7 +25,7 @@ dependencies = [
"log",
"plain",
"redox-initfs",
"redox-path",
"redox-path 0.4.0",
"redox-rt",
"redox-scheme",
"redox_syscall",
@@ -148,6 +148,12 @@ version = "0.3.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "436d45c2b6a5b159d43da708e62b25be3a4a3d5550d654b72216ade4c4bfd717"
[[package]]
name = "redox-path"
version = "0.4.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "54ec1b67c01c63545205ea6d218b336751399f0d8974c1a635c28604bedb81bc"
[[package]]
name = "redox-rt"
version = "0.1.0"
@@ -159,7 +165,7 @@ dependencies = [
"ioslice",
"libredox",
"plain",
"redox-path",
"redox-path 0.3.1",
"redox_syscall",
]
+1 -1
View File
@@ -18,7 +18,7 @@ plain = "0.2"
redox-initfs = { path = "../initfs", default-features = false }
redox_syscall = "0.9.0"
redox-scheme = { version = "0.11.2", default-features = false }
redox-path = "0.3.1"
redox-path = "0.4.0"
slab = { version = "0.4.9", default-features = false }
arrayvec = { version = "0.7.6", default-features = false }