Files
RedBear-OS/local/patches/base/P9-ecosystem-pins.patch
T

29 lines
1.1 KiB
Diff

# Red Bear OS: ecosystem version pins.
# Bump libredox 0.1.16 → 0.1.17, redox-scheme 0.11.0 → 0.11.1, redox_syscall 0.7.4 → 0.8.1.
# Required for consistency with the rest of the Red Bear ecosystem (relibc, base, redoxfs, etc.).
# Per "Red Bear OS: latest versions only" rule.
diff --git a/Cargo.toml b/Cargo.toml
index 9e776232..f9032857 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -83,7 +83,7 @@ edid = "0.3.0" #TODO: edid is abandoned, fork it and maintain?
fdt = "0.1.5"
libc = "0.2.181"
log = "0.4"
-libredox = "0.1.16"
+libredox = "0.1.17"
orbclient = "0.3.51"
parking_lot = "0.12"
pico-args = "0.5"
@@ -93,8 +93,8 @@ redox_event = "0.4.6"
redox-ioctl = { git = "https://gitlab.redox-os.org/redox-os/relibc.git" }
redox-log = { git = "https://gitlab.redox-os.org/redox-os/redox-log.git" }
redox-rt = { git = "https://gitlab.redox-os.org/redox-os/relibc.git", default-features = false }
-redox-scheme = "0.11.0"
-redox_syscall = { version = "0.7.4", features = ["std"] }
+redox-scheme = "0.11.1"
+redox_syscall = { version = "0.8.1", features = ["std"] }
redox_termios = "0.1.3"
ron = "0.8.1"
serde = { version = "1", features = ["derive"] }