powdr-labs / powdr-template

A template for basic powdrVM host/guest projects
MIT License
2 stars 0 forks source link

Fix powdr feature #8

Closed georgwiese closed 1 month ago

georgwiese commented 1 month ago

Without this change, I get:

$ cargo run -r
error: failed to select a version for `powdr`.
    ... required by package `my-powdr-host v0.1.0 (/Users/georg/coding/powdr-template)`
versions that meet the requirements `*` (locked to 0.1.0-alpha.2) are: 0.1.0-alpha.2

the package `my-powdr-host` depends on `powdr`, with features: `simd` but `powdr` does not have these features.

failed to select a version for `powdr` which could resolve this conflict
leonardoalt commented 1 month ago

ah yea, I fixed this in the cargo-powdr template but not here