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

fixes issue #2

Open rbuckland opened this issue 8 years ago • 0 comments

  • dependencies.rocket_contrib default-features = false needed 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::JSON changed to rocket_contrib::Json

rbuckland avatar Feb 09 '18 10:02 rbuckland