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
Trying to run this repo as mentioned in the README:
➜ cargo run --bin node
Updating git repository `https://github.com/neysofu/risc0-hotfixes`
Updating crates.io index
Updating git repository `https://github.com/Sovereign-Labs/sovereign-sdk.git`
Updating git repository `https://github.com/eigerco/celestia-node-rs.git`
Updating git repository `https://github.com/Sovereign-Labs/nmt-rs.git`
Updating git repository `https://github.com/eigerco/celestia-tendermint-rs.git`
Updating git repository `https://github.com/penumbra-zone/jmt.git`
error: failed to select a version for `tendermint`.
... required by package `celestia-types v0.1.0 (https://github.com/eigerco/celestia-node-rs.git?rev=66b7c6c#66b7c6cd)`
... which satisfies git dependency `celestia-types` of package `celestia-rpc v0.1.0 (https://github.com/eigerco/celestia-node-rs.git?rev=66b7c6c#66b7c6cd)`
... which satisfies git dependency `celestia-rpc` of package `sov-celestia-adapter v0.3.0 (https://github.com/Sovereign-Labs/sovereign-sdk.git?rev=13e4077c329ff14954b32e3180d43a6d86fa3172#13e4077c)`
... which satisfies git dependency `sov-celestia-adapter` of package `sov-rollup-starter v0.3.0 (/home/rakan/Work/Sovereign/sov-rollup-starter/crates/rollup)`
versions that meet the requirements `*` are: 0.32.0
the package `celestia-types` depends on `tendermint`, with features: `instant` but `tendermint` does not have these features.
It has an optional dependency with that name, but that dependency uses the "dep:" syntax in the features table, so it does not have an implicit feature with that name.
failed to select a version for `tendermint` which could resolve this conflict
I'll try to look into this but thought i would report this error as well.
The text was updated successfully, but these errors were encountered:
Hey,
Trying to run this repo as mentioned in the README:
I'll try to look into this but thought i would report this error as well.
The text was updated successfully, but these errors were encountered: