-
Notifications
You must be signed in to change notification settings - Fork 190
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
Retro compatible for p256 0.10.0 #3598
base: main
Are you sure you want to change the base?
Conversation
Hello. Can you explain the problem some more? I don't really understand. If the conflict is between zeroize |
@jdisanti I'm sorry, I had it wrong in the description the first time I sent it. When I created it initially I got the wrong version of I've also added a simple example of how to reproduce it with only a simple |
Instead of downgrading p256 used by |
@ysaito1001 updating |
@ysaito1001 to update solana one would also need to update its version of Also, the change I added should not necessarily downgrade |
Note: there's a PR to fix Solana here: anza-xyz/agave#2252 I'd also note that the latest release of |
Motivation and Context
Keeping it retro compatible with solana-sdk 1.16
Description
Updating
p256
version from0.11
to0.10
will still allow version0.11
but will include0.10
which is necessary when building something that includessolana-sdk
version1.16
.p256 0.11
has another version ofzeroize
which is incompatibleHow to reproduce the issue.
Create a project with this
Cargo.toml
:Then run this: