diff --git a/local/patches/base/P0-redox-scheme-bump-0.11.1.patch b/local/patches/base/P0-redox-scheme-bump-0.11.1.patch new file mode 100644 index 0000000000..6bd95ade59 --- /dev/null +++ b/local/patches/base/P0-redox-scheme-bump-0.11.1.patch @@ -0,0 +1,12 @@ +--- a/Cargo.toml ++++ b/Cargo.toml +@@ -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" diff --git a/recipes/core/base/recipe.toml b/recipes/core/base/recipe.toml index 5ceac38cf2..b11adee96f 100644 --- a/recipes/core/base/recipe.toml +++ b/recipes/core/base/recipe.toml @@ -3,6 +3,7 @@ git = "https://gitlab.redox-os.org/redox-os/base.git" rev = "463f76b9608a896e6f6c9f63457f57f6409873c7" patches = [ "P0-daemon-fix-init-notify-unwrap.patch", + "P0-redox-scheme-bump-0.11.1.patch", "P0-workspace-add-bootstrap.patch", "P0-init-continuous-scheduling.patch", "P0-dhcpd-auto-iface.patch",