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
Pretty easy to replicate. cargo new somewhere and then cargo raze it:
gkelly@praxis> cargo new --bin razor
Created binary (application) `razor` package
gkelly@praxis> cd razor
gkelly@praxis> cargo raze
thread 'main' panicked at 'index out of bounds: the len is 0 but the index is 0', src/settings.rs:640:24
note: run with `RUST_BACKTRACE=1` environment variable to display a backtrace
The text was updated successfully, but these errors were encountered:
gkelly
added a commit
to gkelly/cargo-raze
that referenced
this issue
Feb 21, 2021
gkelly@praxis> cargo raze
Error: Raze failed with cause: "No raze settings were specified in the Cargo.toml file, see README.md for details on expected fields"
Pretty easy to replicate.
cargo new
somewhere and thencargo raze
it:The text was updated successfully, but these errors were encountered: