-
Notifications
You must be signed in to change notification settings - Fork 7
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
This change bumps the program's version to 0.1.6. The following notable changes have been made since 0.1.5: - Fixed handling of renamed packages - Stop requiring Git user configuration to be present by using reasonable defaults - Added `Dockerfile` and adjusted CI to build and publish Docker image to GHCR - Include and manage Cargo.lock file in repository - Bumped minimum supported Rust version to 1.63
- Loading branch information
Showing
3 changed files
with
4 additions
and
4 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
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
[package] | ||
name = "cargo-http-registry" | ||
version = "0.1.5" | ||
version = "0.1.6" | ||
authors = ["Daniel Mueller <[email protected]>"] | ||
edition = "2021" | ||
rust-version = "1.63" | ||
|