diff --git a/Cargo.toml b/Cargo.toml index 860d8c47d..1413ef474 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -14,7 +14,7 @@ build = "build.rs" atty = "0.2.11" base64 = "0.10.1" binary-install = "0.0.3-alpha" -chrome-devtools-rs = "0.0.0-alpha.0" +chrome-devtools-rs = { version = "0.0.0-alpha.0", features = ["color"] } chrono = "0.4.9" clap = "2.32.0" cloudflare = "0.6.4"