Skip to content

Improve CI and Cargo workspace#5

Open
sermuns wants to merge 4 commits into
oscargus:masterfrom
sermuns:improve-ci-and-workspace
Open

Improve CI and Cargo workspace#5
sermuns wants to merge 4 commits into
oscargus:masterfrom
sermuns:improve-ci-and-workspace

Conversation

@sermuns

@sermuns sermuns commented Jun 14, 2026

Copy link
Copy Markdown
  • Use dtolnay/rust-toolchain instead of actions-rust-lang/setup-rust-toolchain

    It is simply the more popular choice. @dtolnay is a very trusted member of the Rust ecosystem.

  • Do caching in GitHub workflows

    I think it's unnecessary to compile dependencies every workflow run. Adding caching saves time and resources.

  • Use workspace resolver v3 and glob examples/*

    No reason not to use the latest resolver and automatically glob examples!

    We can glob examples/* as workspace members. I also thought we could use workspace resolver v3, but that doesn't seem to be supported on 1.82 toolchain!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant