You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm trying to setup the example project in the docs with Rust.
When I run make the following error pops up, is there a patch for this. Seems like some machine/version specific issue?
error: failed to select a version for `revm-primitives`.
... required by package `fluentbase-sdk v0.1.0 (https://github.com/fluentlabs-xyz/fluentbase?branch=dev2#e071eb30)`
... which satisfies git dependency `fluentbase-sdk` of package `greeting v0.1.0 (/Users/[redacted]/stackr/fluent-fafo)`
versions that meet the requirements `*` are: 10.0.0
the package `fluentbase-sdk` depends on `revm-primitives`, with features: `rwasm` but `revm-primitives` does not have these features.
failed to select a version for `revm-primitives` which could resolve this conflict
make: *** [build] Error 101
The text was updated successfully, but these errors were encountered:
@aashutoshrathi Please update to the latest devel branch, there is examples folder which contains many different examples (subfolders). Does it work for you? You can create your solution based on it. I have checked, they work well, no compilation problems for now
Description
I'm trying to setup the example project in the docs with Rust.
When I run
make
the following error pops up, is there a patch for this. Seems like some machine/version specific issue?The text was updated successfully, but these errors were encountered: