EmbarkStudios / krates

📦 Creates graphs of crates from cargo metadata 🦀
Apache License 2.0
58 stars 18 forks source link

Fix pre-releases #77

Closed Jake-Shadle closed 9 months ago

Jake-Shadle commented 9 months ago

Pre-releases have a special case where they will never match an empty version requirement, a condition that can happen if the user doesn't specify a version for a git or path dependency.

Resolves: #76