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

Run cargo upgrade as part of preparing libcnb releases #641

Merged
merged 1 commit into from
Aug 18, 2023

Commits on Aug 18, 2023

  1. Run cargo upgrade as part of preparing libcnb releases

    We've been previously doing these on an adhoc basis, but it makes
    sense to instead just do it as part of the release.
    
    Bumping the in-range versions ensures that consumers of libcnb
    get updated transitive dependencies (without having to manually
    refresh their own `Cargo.lock`s) that match the dependency
    versions tested in CI here (since this repo correctly doesn't use
    a lockfile, so will be using these latest in-range versions in CI etc).
    
    Eventually we can move all of these preparing release steps into
    a GitHub Actions workflow to reduce the toil of performing releases.
    edmorley committed Aug 18, 2023
    Configuration menu
    Copy the full SHA
    c66d13f View commit details
    Browse the repository at this point in the history