-
Notifications
You must be signed in to change notification settings - Fork 28
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Not able to pull latest rust sns-sdk library #16
Comments
Hi @timdegen, could your provide you |
Here is an example: https://github.com/gemwalletcom/api/pull/27, you can see logs in the action: https://github.com/gemwalletcom/api/actions/runs/5765663180/job/15632075677?pr=27 |
Hey @timdegen, sorry for the late reply! Basically
In the meantime, we have dealt with it by splitting our libraries into Solana and Ethereum ones, with a common crate for shared functionality. That's not really satisfying but it might take months for this issue to be completely resolved. |
@ellttBen solana-labs/solana#26688 (comment) seems like 2.0 is released, what are the next steps to move forward on this? |
I'm using
sns-sdk = "1.2.0"
inside my project and getting this error when trying to importsns-sdk
Log:
The text was updated successfully, but these errors were encountered: