solana-program / create-solana-program

pnpm create solana-program
Apache License 2.0
70 stars 9 forks source link

Fix workspace Cargo.toml and generated CI #67

Closed lorisleiva closed 1 month ago

lorisleiva commented 1 month ago

This PR unifies the workspace Cargo.toml template using if statements so we don't need to copy/paste changes in all of them.

This PR also uses the 1.75.0 toolchain for all current Solana versions as using 1.68.0 for Solana 1.17.34 causes dependency issues.

Additionally, the render context now as two instances of Solana versions, the full version and the one without the patch. This enables us to pin the full version on the generated CI.

changeset-bot[bot] commented 1 month ago

🦋 Changeset detected

Latest commit: b4e292883948f525153a3ded9b570ae63134da1e

The changes in this PR will be included in the next version bump.

This PR includes changesets to release 1 package | Name | Type | | --------------------- | ----- | | create-solana-program | Patch |

Not sure what this means? Click here to learn what changesets are.

Click here if you're a maintainer who wants to add another changeset to this PR