-
Notifications
You must be signed in to change notification settings - Fork 60
Description
I would like to suggest a feature request for Solana.
To the extent practicable, it would be great to supply a version range on solana-*
dependencies (https://github.com/pyth-network/pyth-sdk-rs/blob/main/pyth-sdk-solana/Cargo.toml#L25-L26).
A lot of projects have been on 1.10 for a while, and with recent QOL changes to the network, there's more incentive for us to move to 1.11 and beyond.
For core libraries like Pyth, sometimes specifying a specific minor version can lead to us having to temporarily fork when there's dependency conflicts.
It could be better to instead supply a version range on the cargo file, with the last tested release set as the upper bound (e.g. solana-sdk = "<1.14"
.
If this is a reasonable solution, I can create a PR and test locally to find the right version to set as the maximum.
Thanks