Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ci: remove cargo-workspaces in favor of cargo #27

Merged
merged 1 commit into from
Jan 30, 2024
Merged

Commits on Jan 30, 2024

  1. ci: remove cargo-workspaces in favor of cargo

    We were using cargo-workspaces to publish only when there is a new version, but that required compiling it on every CI run. This patch inspects the crates.io manifest and runs `cargo publish` if there is a new version to publish.
    Stonks3141 authored Jan 30, 2024
    Configuration menu
    Copy the full SHA
    ce60c0b View commit details
    Browse the repository at this point in the history