-
Notifications
You must be signed in to change notification settings - Fork 8
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
feat: Recognize changes to remote URLs & support revision
option
#92
Conversation
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.
Very nice! I tested it out and works. Let me know when you've added tests and I'll merge.
@@ -1,6 +1,6 @@ | |||
# This file is automatically @generated by Cargo. | |||
# It is not intended for manual editing. | |||
version = 3 | |||
version = 4 |
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.
I think this line change is causing the cargo deny
error.
Btw, I'm working on avoiding |
@@ -47,6 +47,8 @@ jobs: | |||
- uses: actions-rust-lang/setup-rust-toolchain@v1 | |||
|
|||
- uses: EmbarkStudios/cargo-deny-action@v1 | |||
with: | |||
rust-version: "1.84.0" |
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.
@JamyGolden Looks like cargo-deny-action
uses an older Rust version than what setup-rust-toolchain
uses for the rest.
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.
Thanks for the great work on this PR. Last thing to add is an entry in the CHANGELOG.md file under ## Unreleased
. You can create a ## Changed
and or ## Added
and just add info in there you think makes sense. I'll merge right after and create a new Release.
Just released tiny 0.25.0 so all changes should be included there. |
revision