From 53bb54330ca365db0c3712cab90334646663f04c Mon Sep 17 00:00:00 2001 From: WangRunji Date: Tue, 3 Apr 2018 21:42:23 +0800 Subject: [PATCH] Update crate to fix compile error --- Cargo.toml | 2 +- README.md | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 0cbeec7..ac97b9b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -15,7 +15,7 @@ multiboot2 = "0.1.0" bitflags = "0.7.0" x86_64 = "0.1.2" once = "0.3.3" -linked_list_allocator = "0.4.2" +linked_list_allocator = "0.5.0" [dependencies.lazy_static] version = "0.2.4" diff --git a/README.md b/README.md index 3c6ed0b..10aee15 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,7 @@ # 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. [Project Wiki](http://os.cs.tsinghua.edu.cn/oscourse/OS2018spring/projects/g11)