rocket-loadavg-api icon indicating copy to clipboard operation
rocket-loadavg-api copied to clipboard

Does not compile with latest rust nightly

Open rbuckland opened this issue 8 years ago • 0 comments

This no longer compiles with the latest rust nightly (2018-02-09) A few changes have occured

rocket_codegen fails to compile (is fixed with rocker 0.3.6) rocket 0.3.6 has rocket_contrib::Json, not rocket_contrib::JSON serde needed to be updated to v1.0 (from 0.9)

rbuckland avatar Feb 09 '18 09:02 rbuckland