From 6743e2adaf25f29a940aa58b5673c3fb6b60852c Mon Sep 17 00:00:00 2001 From: Piotr Czarnecki Date: Sun, 12 Jan 2014 14:05:28 +0100 Subject: [PATCH] version 0.2 --- main.rs | 3 ++- rust-core | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/main.rs b/main.rs index 5884cf5b18..7466257219 100644 --- a/main.rs +++ b/main.rs @@ -1,6 +1,6 @@ #[link(name = "main", package_id = "rustboot", - vers = "0.1", + vers = "0.2", license = "MIT")]; #[crate_type = "lib"]; #[no_std]; @@ -9,6 +9,7 @@ extern mod core; use platform::{cpu, io, drivers}; +use kernel::memory::Allocator; pub mod kernel; diff --git a/rust-core b/rust-core index ad39e792e0..53d0edfbfa 160000 --- a/rust-core +++ b/rust-core @@ -1 +1 @@ -Subproject commit ad39e792e0a9c4d7610b27cc7152d2bd4f4c90a6 +Subproject commit 53d0edfbfa80a0af79ee2b2e5c08164cc76133c2