Skip to content

Commit 895b02a

Browse files
committed
DO NOT MERGE: update embedded-io
1 parent 8b50ac6 commit 895b02a

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Cargo.lock

Lines changed: 1 addition & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,7 @@ bitflags = "2"
120120
build-time = "0.1.3"
121121
cfg-if = "1"
122122
crossbeam-utils = { version = "0.8", default-features = false }
123-
embedded-io = "0.6"
123+
embedded-io = { version = "0.6", features = ["alloc"] }
124124
enum_dispatch = "0.3"
125125
fdt = { version = "0.1", features = ["pretty-printing"] }
126126
free-list = "0.3"
@@ -213,6 +213,7 @@ exclude = [
213213
]
214214

215215
[patch.crates-io]
216+
embedded-io = { git = "https://github.com/hermit-os/embedded-hal", branch = "io-vec_deque" }
216217
x86_64 = { git = "https://github.com/rust-osdev/x86_64.git" }
217218
# FIXME: remove once merged: https://github.com/rcore-os/trapframe-rs/pull/16
218219
trapframe = { git = "https://github.com/hermit-os/trapframe-rs", branch = "global_asm" }

0 commit comments

Comments
 (0)