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

Fails to run if there is no "authors" key in Cargo.toml #11

Open
iluvcapra opened this issue Aug 3, 2024 · 1 comment
Open

Fails to run if there is no "authors" key in Cargo.toml #11

iluvcapra opened this issue Aug 3, 2024 · 1 comment

Comments

@iluvcapra
Copy link

Just installed this and giving a try on Apple Silicon.

Ran this

cargo debug test

And got this:

args: ["/Users/j/.cargo/bin/cargo-debug", "debug", "test"]
thread 'main' panicked at /Users/j/.cargo/registry/src/index.crates.io-6f17d22bba15001f/cargo-debug-0.3.0/src/main.rs:95:51:
Failed to read Cargo.toml: CargoTomlError { inner: Parse(Error { inner: ErrorInner { kind: Custom, line: Some(46), col: 0, at: Some(1509), message: "missing field `authors`", key: ["package"] } }) }
note: run with `RUST_BACKTRACE=1` environment variable to display a backtrace

I'm contributing to an upstream project so I can't really add an authors key, is there some reason this is required? Could we make it so it's not required?

@beeender
Copy link

beeender commented Dec 6, 2024

e75133d fixed this already.

@ryankurte can we have a new release?

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