-
-
Notifications
You must be signed in to change notification settings - Fork 12
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: add Cargo.lock to project template to avoid broken dependencies
By pinning new project's dependencies to specific versions, we avoid problems like #187 which are caused by changes in the dependencies (in this case we were using a prerelease version of a dependency which updated one of its dependencies to edition=2024, but this will also prevent accidental semver-breaking changes from breaking our builds, too). This also adds a justfile that makes it easy to update the lockfile.
- Loading branch information
Showing
4 changed files
with
2,993 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.