Retro compatible for p256 0.10.0#3598
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 |
|
Closing as OBE at this point. Open an issue if still relevant. |
Motivation and Context
Keeping it retro compatible with solana-sdk 1.16
Description
Updating
p256version from0.11to0.10will still allow version0.11but will include0.10which is necessary when building something that includessolana-sdkversion1.16.p256 0.11has another version ofzeroizewhich is incompatibleHow to reproduce the issue.
Create a project with this
Cargo.toml:Then run this: