Latest version does not build on stable rust #2
Loading…
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Since
4831298a9b
this does not build with the latest stable rust anymore:Since that only seems to affects testing: Is it possible to split the code so it can be built (with stable rust) without tests? Otherwise I think the readme should be changed (currently: “it works with stable rust 1.41”).
Reproducible with docker:
docker run --rm -it rust sh -c 'git clone --depth=1 https://git.kageru.moe/kageru/adaptivegrain && cd adaptivegrain && cargo build --release'
Thank you for fixing this in
d9b960c6c1