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

Support version-less manifests #523

Open
faern opened this issue May 21, 2024 · 1 comment
Open

Support version-less manifests #523

faern opened this issue May 21, 2024 · 1 comment

Comments

@faern
Copy link

faern commented May 21, 2024

Since Rust 1.75.0 the version field is optional. I have a crate without version. But when running cargo geiger I get:

error: failed to parse manifest at `/home/faern/....../Cargo.toml`

Caused by:
  TOML parse error at line 1, column 1
    |
  1 | [package]
    | ^^^^^^^^^
  missing field `version`

I guess this crate must upgrade its cargo dependency for it to work?

@pinkforest
Copy link
Collaborator

pinkforest commented May 24, 2024

Thanks yeah - the cargo dependency is getting nuked atm and we just use cargo_metadata & krates

(Just taking a bit time to remove it as it's been tightly coupled - upgrading cargo would mean dealing with that large 3-way dependency breakage that was caused by patch-release in one of the dependencies)

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

2 participants