chore: Upgrade ctor, cbor

This commit is contained in:
Jade Ellis
2025-08-31 03:01:06 +01:00
parent 6f19931c5b
commit 1d7dda6cf5
15 changed files with 353 additions and 276 deletions
+1
View File
@@ -89,6 +89,7 @@ serde_yaml.workspace = true
tokio.workspace = true
tracing-subscriber.workspace = true
tracing.workspace = true
ctor.workspace = true
[lints]
workspace = true
+2
View File
@@ -29,6 +29,8 @@ pub(crate) use crate::{context::Context, utils::get_room_info};
pub(crate) const PAGE_SIZE: usize = 100;
use ctor::{ctor, dtor};
conduwuit::mod_ctor! {}
conduwuit::mod_dtor! {}
conduwuit::rustc_flags_capture! {}