Update crate to fix compile error

master
WangRunji 7 years ago
parent 9ee8d3a428
commit 53bb54330c

@ -15,7 +15,7 @@ multiboot2 = "0.1.0"
bitflags = "0.7.0" bitflags = "0.7.0"
x86_64 = "0.1.2" x86_64 = "0.1.2"
once = "0.3.3" once = "0.3.3"
linked_list_allocator = "0.4.2" linked_list_allocator = "0.5.0"
[dependencies.lazy_static] [dependencies.lazy_static]
version = "0.2.4" version = "0.2.4"

@ -1,5 +1,7 @@
# RustOS for x86_64 SMP # RustOS for x86_64 SMP
[![Build Status](https://travis-ci.org/wangrunji0408/RustOS.svg?branch=master)](https://travis-ci.org/wangrunji0408/RustOS)
A project of THU OS2018 spring. A project of THU OS2018 spring.
[Project Wiki](http://os.cs.tsinghua.edu.cn/oscourse/OS2018spring/projects/g11) [Project Wiki](http://os.cs.tsinghua.edu.cn/oscourse/OS2018spring/projects/g11)

Loading…
Cancel
Save