Pass the "std" feature through to target-lexicon.

This commit is contained in:
Dan Gohman
2018-06-07 09:56:45 -07:00
parent e49e1e20c6
commit 6ec3a3f7a1
2 changed files with 2 additions and 2 deletions

View File

@@ -26,7 +26,7 @@ target-lexicon = { version = "0.0.1", default-features = false }
# of some minimal std-like replacement libraries. At least one of these two
# features need to be enabled.
default = ["std"]
std = ["cretonne-entity/std"]
std = ["cretonne-entity/std", "target-lexicon/std"]
core = ["hashmap_core"]
[badges]

View File

@@ -22,7 +22,7 @@ wabt = "0.3"
[features]
default = ["std"]
std = ["cretonne-codegen/std", "cretonne-frontend/std", "wasmparser/std"]
std = ["cretonne-codegen/std", "cretonne-frontend/std", "wasmparser/std", "target-lexicon/std"]
core = ["hashmap_core", "cretonne-codegen/core", "cretonne-frontend/core", "wasmparser/core"]
[badges]