From a0e9f4a8a0f3b00f5b1f54d1960c105ea5a0f73e Mon Sep 17 00:00:00 2001 From: Jeremy Soller <jeremy@system76.com> Date: Mon, 11 Mar 2019 19:54:54 -0600 Subject: [PATCH] Use serial for debugging by default --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 5ee7cdb1..b054a96d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -31,7 +31,7 @@ version = "0.9.0" default-features = false [features] -default = ["qemu_debug"] +default = ["serial_debug"] acpi = [] doc = [] graphical_debug = [] -- GitLab