-
Notifications
You must be signed in to change notification settings - Fork 13
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
3 changed files
with
3 additions
and
3 deletions.
There are no files selected for viewing
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 |
---|---|---|
|
@@ -2,7 +2,7 @@ | |
name = "bkt" | ||
# When updating the version number tag the commit in git | ||
# https://rust-lang.github.io/api-guidelines/documentation.html#release-notes-document-all-significant-changes-c-relnotes | ||
version = "0.7.0" | ||
version = "0.7.1" | ||
authors = ["Michael Diamond <[email protected]>"] | ||
description = "CLI and Rust library for caching subprocess invocations" | ||
repository = "https://github.com/dimo414/bkt" | ||
|
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
5113cb1
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@thiagowfx any chance you're able to update the Arch package? 🙏
5113cb1
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
A bit tricky at the moment because I don’t currently have access to an Arch machine. Is it just a matter of bumping the version or did anything else change?
5113cb1
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@thiagowfx I assume it's just a version bump? Not sure what other things you're referring to, but here's the diffs since 0.5.2 - you can check
.github/workflows/rust.yml
andCargo.toml
to see if anything suspicious stands out to you.5113cb1
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Basically as long as there are no changes in the build steps and no new dependencies, it's mostly a matter of updating the version and the checksums. I can add you as a co-packager if you want.
5113cb1
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@thiagowfx the dependency on clap has had a version bump and there's a dev dependency on
regex
now - see theCargo.toml
changes in the link above (I can't seem to link directly to the file).You're welcome to add me as a co-maintainer but I don't use Arch at all 😄 so I don't know how helpful I can be.