From c0b27dc5f0d3ebfd6ffd65b9fb80db387f85ca07 Mon Sep 17 00:00:00 2001 From: Jacob Date: Sat, 3 May 2025 21:04:12 -0400 Subject: [PATCH] chore(emitter-and-signal): `ext-trait` is moving to a workspace dependency --- emitter-and-signal/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/emitter-and-signal/Cargo.toml b/emitter-and-signal/Cargo.toml index 4191921..27bde7c 100644 --- a/emitter-and-signal/Cargo.toml +++ b/emitter-and-signal/Cargo.toml @@ -6,5 +6,5 @@ license = { workspace = true } [dependencies] deranged = { workspace = true } -ext-trait = "2.0.0" +ext-trait = { workspace = true } tokio = { workspace = true, features = ["sync"] }