-
Notifications
You must be signed in to change notification settings - Fork 59
Open
Description
Please see the following error which occurs on a fresh installation of the phoenix-sdk master branch:
~/$ git clone https://github.com/Ellipsis-Labs/phoenix-sdk.git
Cloning into 'phoenix-sdk'...
remote: Enumerating objects: 3548, done.
remote: Counting objects: 100% (762/762), done.
remote: Compressing objects: 100% (277/277), done.
remote: Total 3548 (delta 545), reused 582 (delta 478), pack-reused 2786 (from 1)
Receiving objects: 100% (3548/3548), 1.08 MiB | 32.45 MiB/s, done.
Resolving deltas: 100% (2190/2190), done.
~/$ cd phoenix-sdk/rust/examples
~/phoenix-sdk/rust/examples$ cargo run --bin grpc
warning: the cargo feature `workspace-inheritance` has been stabilized in the 1.64 release and is no longer necessary to be listed in the manifest
See https://doc.rust-lang.org/cargo/reference/unstable.html#workspace-inheritance for more information about using this feature.
Updating crates.io index
error: failed to select a version for the requirement `solana_rbpf = "=0.8.0"`
candidate versions found which didn't match: 0.8.5, 0.8.4, 0.8.3, ...
location searched: crates.io index
required by package `solana-program-runtime v1.17.28`
... which satisfies dependency `solana-program-runtime = "=1.17.28"` of package `solana-config-program v1.17.28`
... which satisfies dependency `solana-config-program = "=1.17.28"` of package `solana-account-decoder v1.17.28`
... which satisfies dependency `solana-account-decoder = ">=1.17.28, <1.18.0"` of package `yellowstone-grpc-proto v1.14.0`
... which satisfies dependency `yellowstone-grpc-proto = "^1.14.0"` of package `ellipsis-client v0.3.0`
... which satisfies dependency `ellipsis-client = "^0.3.0"` of package `examples v0.1.0 (/home/ubuntu/wip/phoenix-sdk/rust/examples)`
solana_rbpf = "=0.8.0" has been yanked from crates.io: https://crates.io/crates/solana_rbpf/0.8.0
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels