-
Notifications
You must be signed in to change notification settings - Fork 57
Use a separate GitHub Action to modify Rust dependencies #3861
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
Use a separate GitHub Action to modify Rust dependencies #3861
Conversation
682a10f to
e38532b
Compare
|
Congratulations! One of the builds has completed. 🍾 You can install the built RPMs by following these steps:
Please note that the RPMs should be used only in a testing environment. |
2 similar comments
|
Congratulations! One of the builds has completed. 🍾 You can install the built RPMs by following these steps:
Please note that the RPMs should be used only in a testing environment. |
|
Congratulations! One of the builds has completed. 🍾 You can install the built RPMs by following these steps:
Please note that the RPMs should be used only in a testing environment. |
e38532b to
73af926
Compare
833cad8 to
c85e938
Compare
|
This is working if there are no matching branches. I'm adding matching branch in libblkid-rs and seeing if that causes a change in the behavior. |
|
Added libblkid-rs matching branch and had an observable success. |
c85e938 to
95403a0
Compare
d32bb66 to
0883b58
Compare
0883b58 to
1a1f12f
Compare
Modify the Rust dependencies only where obviously appropriate. For a task with only a cron trigger, the dependency modification can never be appropriate, since it is only a meaningful action for PRs. Signed-off-by: mulhern <[email protected]>
jbaublitz
left a comment
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.
Just one question on this one. Does cargo add not modify Cargo.toml if the branch does not exist?
There's no change if the branch does not exist. |
Related stratis-storage/project#755