gnzlbg / cargo-asm

cargo subcommand showing the assembly or llvm-ir generated for Rust code
https://github.com/gnzlbg/cargo-asm
Other
1.17k stars 36 forks source link

Bump CI rust version to 1.31.0 #113

Open therealprof opened 5 years ago

therealprof commented 5 years ago

With the edition-2018-ification the MSRV changed to 1.31.0.

Signed-off-by: Daniel Egger daniel@eggers-club.de

gnzlbg commented 5 years ago

This should upgrade the tests so that CI is green afterwards.

therealprof commented 5 years ago

Well, they weren't really running before either. Not sure how to fix it, I also can't run tests locally on my Mac due to vastly different output.