Skip to content

Commit 0778f8f

Browse files
author
Jiajie Chen
committed
Bump rcore-console version, fixing mipsel compilation
1 parent c2a80c5 commit 0778f8f

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

kernel/Cargo.lock

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

kernel/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ isomorphic_drivers = { git = "https://github.com/rcore-os/isomorphic_drivers", f
6161
lazy_static = { version = "1.3", features = ["spin_no_std"] }
6262
smoltcp = { git = "https://github.com/rcore-os/smoltcp", default-features = false, features = ["alloc", "log", "proto-ipv4", "proto-igmp", "socket-icmp", "socket-udp", "socket-tcp", "socket-raw"] }
6363
bitmap-allocator = { git = "https://github.com/rcore-os/bitmap-allocator" }
64-
rcore-console = { git = "https://github.com/rcore-os/rcore-console", rev = "18402290", default-features = false }
64+
rcore-console = { git = "https://github.com/rcore-os/rcore-console", rev = "323c176", default-features = false }
6565
rcore-memory = { path = "../crate/memory" }
6666
rcore-thread = { git = "https://github.com/rcore-os/rcore-thread" }
6767
rcore-fs = { git = "https://github.com/rcore-os/rcore-fs", rev = "33f86c47" }

0 commit comments

Comments
 (0)