You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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)
The text was updated successfully, but these errors were encountered:
rbuckland
added a commit
to rbuckland/rocket-loadavg-api
that referenced
this issue
Feb 9, 2018
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)
The text was updated successfully, but these errors were encountered: