Pass the "std" feature through to target-lexicon.
This commit is contained in:
@@ -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
|
# of some minimal std-like replacement libraries. At least one of these two
|
||||||
# features need to be enabled.
|
# features need to be enabled.
|
||||||
default = ["std"]
|
default = ["std"]
|
||||||
std = ["cretonne-entity/std"]
|
std = ["cretonne-entity/std", "target-lexicon/std"]
|
||||||
core = ["hashmap_core"]
|
core = ["hashmap_core"]
|
||||||
|
|
||||||
[badges]
|
[badges]
|
||||||
|
|||||||
@@ -22,7 +22,7 @@ wabt = "0.3"
|
|||||||
|
|
||||||
[features]
|
[features]
|
||||||
default = ["std"]
|
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"]
|
core = ["hashmap_core", "cretonne-codegen/core", "cretonne-frontend/core", "wasmparser/core"]
|
||||||
|
|
||||||
[badges]
|
[badges]
|
||||||
|
|||||||
Reference in New Issue
Block a user