Use cranelift-entity with default features.
The meta crate doesn't need to support no_std, so it can just use default settings.
This commit is contained in:
@@ -8,7 +8,7 @@ repository = "https://github.com/CraneStation/cranelift"
|
|||||||
readme = "README.md"
|
readme = "README.md"
|
||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
cranelift-entity = { path = "../../entity", version = "0.23.0", default-features = false }
|
cranelift-entity = { path = "../../entity", version = "0.23.0" }
|
||||||
|
|
||||||
[badges]
|
[badges]
|
||||||
maintenance = { status = "experimental" }
|
maintenance = { status = "experimental" }
|
||||||
|
|||||||
Reference in New Issue
Block a user