Disable default features of runtime

This commit is contained in:
Ryan Leckey 2019-08-06 21:33:35 -07:00
parent c019f91fc6
commit 1c64dc32ab

View File

@ -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"