Closed RalfJung closed 6 months ago
Having a line like this in any dependency manifest leads to a panic and a lot of raw JSON on the terminal:
[lib] crate-type = ["staticlib", "lib"]
on 0.23 the issue is not a panic or raw json, but just that the crate isn't found and made available to tests
Having a line like this in any dependency manifest leads to a panic and a lot of raw JSON on the terminal: