chore: migrate to revolt_optional_struct

This commit is contained in:
Paul Makles
2023-04-22 17:56:24 +01:00
parent bbe1f4936c
commit 633eb78630
4 changed files with 4 additions and 4 deletions

View File

@@ -9,7 +9,7 @@ extern crate log;
#[macro_use]
extern crate impl_ops;
#[macro_use]
extern crate optional_struct;
extern crate revolt_optional_struct;
#[macro_use]
extern crate bitfield;
#[macro_use]