From e051e9f4c874ea84a74ddf42046ea11b2f53bf1c Mon Sep 17 00:00:00 2001 From: Joshua Warner Date: Thu, 6 Sep 2018 21:30:23 -0700 Subject: [PATCH] Fix std feature propagation --- lib/simplejit/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/simplejit/Cargo.toml b/lib/simplejit/Cargo.toml index ebbe58558c..bfbbfe0f7d 100644 --- a/lib/simplejit/Cargo.toml +++ b/lib/simplejit/Cargo.toml @@ -22,7 +22,7 @@ target-lexicon = { version = "0.0.3", default-features = false } winapi = { version = "0.3", features = ["winbase", "memoryapi"] } [dev-dependencies] -cranelift = { path = "../umbrella", version = "0.21.0", default-features = false } +cranelift = { path = "../umbrella", version = "0.21.0" } [features] default = ["std"]