Remove derivative dependency (#1201)

* Remove derivative dependency

* Update CHANGELOG.md
This commit is contained in:
Alex Butler 2019-10-03 21:19:10 +01:00 committed by Osspial
parent 5ced36e319
commit 4f6ca8792c
6 changed files with 73 additions and 12 deletions

View file

@ -121,8 +121,6 @@ extern crate log;
#[macro_use]
extern crate serde;
#[macro_use]
extern crate derivative;
#[macro_use]
#[cfg(any(target_os = "ios", target_os = "windows"))]
extern crate bitflags;
#[cfg(any(target_os = "macos", target_os = "ios"))]