From 1c64dc32ab348d0a9195c8f4206ccc16aa7fcfaf Mon Sep 17 00:00:00 2001 From: Ryan Leckey Date: Tue, 6 Aug 2019 21:33:35 -0700 Subject: [PATCH] Disable default features of runtime --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index c6490f6f..64e51680 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -16,7 +16,7 @@ itoa = "0.4.4" log = "0.4.8" md-5 = "0.8.0" memchr = "2.2.1" -runtime = { version = "=0.3.0-alpha.6", default-features = true } +runtime = { version = "=0.3.0-alpha.6", default-features = false } bitflags = "1.1.0" enum-tryfrom = "0.2.1" enum-tryfrom-derive = "0.2.1"