Skip to content

Use fixed version for winnow crate to fix new builds#2478

Merged
acheroncrypto merged 1 commit intosolana-foundation:masterfrom
acheroncrypto:fix-winnow-msrv
May 1, 2023
Merged

Use fixed version for winnow crate to fix new builds#2478
acheroncrypto merged 1 commit intosolana-foundation:masterfrom
acheroncrypto:fix-winnow-msrv

Conversation

@acheroncrypto
Copy link
Copy Markdown
Collaborator

The latest release of Solana(1.14.17) comes with rustc 1.62.0-dev which causes issues with winnow crate's latest version(MSRV 1.64.0).

Any new build without a lock file that uses spl-token-2022 crate fails including CI.

This PR adds a temporary entry for anchor-spl that fixates winnow'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

@vercel
Copy link
Copy Markdown

vercel bot commented May 1, 2023

@acheroncrypto is attempting to deploy a commit to the coral-xyz Team on Vercel.

A member of the Team first needs to authorize it.

@acheroncrypto acheroncrypto merged commit a195106 into solana-foundation:master May 1, 2023
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)
@acheroncrypto acheroncrypto added dependencies Pull requests that update a dependency file and removed ci labels May 19, 2023
Otter-0x4ka5h pushed a commit to Otter-0x4ka5h/anchor that referenced this pull request Mar 25, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file spl

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant