rocket-loadavg-api
rocket-loadavg-api copied to clipboard
fixes issue #2
-
dependencies.rocket_contribdefault-features = falseneeded to be set to disable the warning of an unused macro import. Seems it needed to be inside the[ ... ]block. Did not work as an inline option. - updated rocket and serde versions to work with the new rust nightly
-
rocket_contrib::JSONchanged torocket_contrib::Json