Update serde_json.

This commit is contained in:
Josh Matthews 2020-04-23 16:08:40 -04:00
parent c1f787be5e
commit 301bde2f13
2 changed files with 9 additions and 6 deletions

View file

@ -12,8 +12,6 @@ extern crate crossbeam_channel;
extern crate log;
#[macro_use]
extern crate serde;
#[macro_use]
extern crate serde_json;
mod actions;
mod capabilities;