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

Install cargo-chef with --locked #237

Merged
merged 1 commit into from
Aug 24, 2023
Merged

Conversation

kulakowski
Copy link
Contributor

We want to use the Cargo.lock file to use exactly the specified dependencies. Without this, versions of some (possibly transitive) dependenencies can advance, and in particular advance past the point of supporting our currently pinned rust toolchain.

Description of Changes

API and ABI

  • This is a breaking change to the module ABI
  • This is a breaking change to the module API
  • This is a breaking change to the ClientAPI
  • This is a breaking change to the SDK API

If the API is breaking, please state below what will break

We want to use the Cargo.lock file to use exactly the specified
dependencies. Without this, versions of some (possibly transitive)
dependenencies can advance, and in particular advance past the point
of supporting our currently pinned rust toolchain.
@kulakowski kulakowski marked this pull request as ready for review August 24, 2023 20:02
@kulakowski kulakowski enabled auto-merge (squash) August 24, 2023 20:07
@kulakowski kulakowski merged commit 22508c7 into master Aug 24, 2023
5 checks passed
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.

2 participants