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
@@ -66,6 +66,7 @@ serde.workspace = true
serde_json.workspace = true
tokio.workspace = true
tracing.workspace = true
ctor.workspace = true
[lints]
workspace = true
+2
View File
@@ -3,6 +3,8 @@
extern crate conduwuit_core as conduwuit;
extern crate rust_rocksdb as rocksdb;
use ctor::{ctor, dtor};
conduwuit::mod_ctor! {}
conduwuit::mod_dtor! {}
conduwuit::rustc_flags_capture! {}