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

@@ -11,7 +11,7 @@ extern crate async_trait;
extern crate log;
#[macro_use]
extern crate optional_struct;
extern crate revolt_optional_struct;
#[macro_use]
extern crate revolt_result;