nabijaczleweli / cargo-update

A cargo subcommand for checking and applying updates to installed executables
MIT License
1.22k stars 42 forks source link

As of 1.8 this no longer builds with rustc 1.33 #108

Closed Lokathor closed 5 years ago

Lokathor commented 5 years ago

Seems that the json 0.12 dependency doesn't work with rustc 1.33

https://travis-ci.org/Lokathor/fermium/jobs/583458211

I'm not sure if this is considered a big problem or not. My CI broke from it but I can just not use this in CI I guess.

nabijaczleweli commented 5 years ago

I released v1.8.1, downgrading json to 0.11 as it was before for now, and verified locally that it builds with 1.33.0, can you run your CI again as final test?

Lokathor commented 5 years ago

Seems to work, I think you've solved it, https://travis-ci.org/Lokathor/fermium/jobs/583701766#L212

nabijaczleweli commented 5 years ago

Kickass! Thanks for the report!