Closed fneddy closed 3 years ago
This looks to be because sized-chunks version 0.3.1 panic since rustc version 1.48.0 Updating to a newer version of cargo like in PR #21 should fix it.
I tried PR #21 and can confirm that it works.
I have same issue (rustc 1.50.0). The solution from PR #21 help to get it works. (I set cargo dependency to ^0.50 because 0.49 failed to build using Rust 1.50)
should we upgrade to 1.50 for cargo as well ? perhaps #21 can be updated ?
i dont know why but it crashes even on a clean hello_world.
steps to reproduce