You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
The text was updated successfully, but these errors were encountered:
Just installed this and giving a try on Apple Silicon.
Ran this
cargo debug test
And got this:
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?
The text was updated successfully, but these errors were encountered: