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
When I try to run cargo build --release, I get this error.
error: failed to select a version for `substrate-client`.
... required by package `super-runtime v2.0.0 (/Users/dhruvinparikh/blockx-labs/recipes/kitchen/runtimes/super-runtime)`
... which is depended on by `kitchen-node v2.0.0 (/Users/dhruvinparikh/blockx-labs/recipes/kitchen/node)`
versions that meet the requirements `*` are: 2.0.0
the package `super-runtime` depends on `substrate-client`, with features: `std` but `substrate-client` does not have these features.
failed to select a version for `substrate-client` which could resolve this conflict
The text was updated successfully, but these errors were encountered:
I am following this tutorial.
./scripts/init.sh
works fine.When I try to run
cargo build --release
, I get this error.The text was updated successfully, but these errors were encountered: