Use fixed version for winnow crate to fix new builds#2478
Merged
acheroncrypto merged 1 commit intosolana-foundation:masterfrom May 1, 2023
Merged
Use fixed version for winnow crate to fix new builds#2478acheroncrypto merged 1 commit intosolana-foundation:masterfrom
winnow crate to fix new builds#2478acheroncrypto merged 1 commit intosolana-foundation:masterfrom
Conversation
|
@acheroncrypto is attempting to deploy a commit to the coral-xyz Team on Vercel. A member of the Team first needs to authorize it. |
Aursen
added a commit
to Aursen/anchor
that referenced
this pull request
May 5, 2023
commit ac86e15 Author: Matthew Callens <callensmatt@gmail.com> Date: Wed May 3 17:53:46 2023 -0500 spl: remove mpl `create_metadata_account_v2` wrapper that were removed from program (solana-foundation#2480) * remove mpl ix wrappers that were removed from program * update changelog commit c166712 Author: acheron <98934430+acheroncrypto@users.noreply.github.com> Date: Wed May 3 09:09:41 2023 +0200 bench: Add a script to sync benchmark results for all versions (solana-foundation#2477) commit a195106 Author: acheron <98934430+acheroncrypto@users.noreply.github.com> Date: Mon May 1 13:39:50 2023 +0200 spl: Use fixed version for `winnow` crate to fix new builds (solana-foundation#2478) commit 03b1e4d Author: acheron <98934430+acheroncrypto@users.noreply.github.com> Date: Thu Apr 27 12:10:23 2023 +0200 Upgrade `clap` to 4.2.4 (solana-foundation#2474) commit 876ef41 Author: Proph3t <metaproph3t@protonmail.com> Date: Thu Apr 27 08:53:04 2023 +0000 docs: fix broken links in `AccountLoader` docs (solana-foundation#2473) commit c14ae6b Author: Tuan Pham Minh <tuanpmhd@gmail.com> Date: Wed Apr 26 00:07:39 2023 +0700 Fix typo of `is_signer` field in intro-to-solana docs page (solana-foundation#2469)
Otter-0x4ka5h
pushed a commit
to Otter-0x4ka5h/anchor
that referenced
this pull request
Mar 25, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
The latest release of Solana(1.14.17) comes with rustc 1.62.0-dev which causes issues with
winnowcrate's latest version(MSRV 1.64.0).Any new build without a lock file that uses
spl-token-2022crate fails including CI.This PR adds a temporary entry for
anchor-splthat fixateswinnow's version to 0.4.1(MSRV 1.60.0).Also made this PR for v.14 branch on Solana repo to use the latest version of platform-tools(rustc 1.68.0) solana-labs/solana#31418