Skip to content
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

Adds an action for fetching rust dependency updates #916

Merged
merged 1 commit into from
Nov 23, 2022
Merged

Conversation

dmikusa
Copy link
Contributor

@dmikusa dmikusa commented Nov 23, 2022

This adds an action that is similar to rustup-init-dependency. It checks for updates to the Rust dependency. It does this by fetching the most recent release form Github, and then pulling the release version from the main Rust Lang download site.

Signed-off-by: Daniel Mikusa dan@mikusa.com

This adds an action that is similar to rustup-init-dependency. It checks for updates to the Rust dependency. It does this by fetching the most recent release form Github, and then pulling the release version from the main Rust Lang download site.

Signed-off-by: Daniel Mikusa <dan@mikusa.com>
@dmikusa dmikusa added type:enhancement A general enhancement semver:minor A change requiring a minor version bump labels Nov 23, 2022
@dmikusa dmikusa requested a review from a team November 23, 2022 18:41
@dmikusa dmikusa merged commit 5b6fa21 into main Nov 23, 2022
@dmikusa dmikusa deleted the add-rust-action branch November 23, 2022 18:45
This was referenced Jan 31, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
semver:minor A change requiring a minor version bump type:enhancement A general enhancement
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant