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

Notify about outdated git deps #374

Open
vincentdephily opened this issue Nov 15, 2023 · 0 comments
Open

Notify about outdated git deps #374

vincentdephily opened this issue Nov 15, 2023 · 0 comments

Comments

@vincentdephily
Copy link

When specifying a dependency using git and a version-like tag:

[dependencies]
regex = { git = "https://github.com/rust-lang/regex", tag = "1.3.8"}

I would like cargo-outdated to

  • Recognize that the tag is a version number (with some flexibility, like a v prefix or a -beta suffix)
  • Look for similar tags in the git repo, and notify me about new versions

AFAIU, this is essentially how dep updates work in Go, and it would sometimes be useful to have that workflow in Rust.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant