From a107c7acfc0e4dd34e55a3e43a9f48bda9644393 Mon Sep 17 00:00:00 2001 From: natrixaeria Date: Fri, 25 Oct 2019 21:16:04 +0200 Subject: Create a print function --- kernel/Cargo.toml | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) (limited to 'kernel/Cargo.toml') diff --git a/kernel/Cargo.toml b/kernel/Cargo.toml index 9dd89c3..2b883f4 100644 --- a/kernel/Cargo.toml +++ b/kernel/Cargo.toml @@ -8,5 +8,10 @@ edition = "2018" [lib] crate-type = ["staticlib"] -[dependencies] -compiler_builtins = { git = "https://github.com/rust-lang/compiler-builtins" } +[package.metadata.cargo-xbuild] +sysroot_path = "target/sysroot" + +[dependencies.compiler_builtins] +version = "0.1.19" +git = "https://github.com/rust-lang/compiler-builtins" +features = ["mem"] -- cgit v1.2.3-54-g00ecf