Skip to content

Commit 8e9f405

Browse files
committed
integration: merge sea-napi-binding cleanup (983bd19)
2 parents 139c45f + 983bd19 commit 8e9f405

1 file changed

Lines changed: 0 additions & 5 deletions

File tree

native/sea/Cargo.toml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -42,11 +42,6 @@ tokio = { version = "1", default-features = false, features = ["rt", "sync"] }
4242
# Lazy `OnceCell` for the captured tokio Handle.
4343
once_cell = "1"
4444

45-
# Tracing for kernel + binding diagnostics. The real subscriber is wired
46-
# in Round 3 via the ThreadsafeFunction logger bridge.
47-
tracing = "0.1"
48-
tracing-subscriber = { version = "0.3", default-features = false, features = ["fmt"] }
49-
5045
# `catch_unwind` wrapper around async futures (pattern #8 of the
5146
# napi-rs patterns doc). Transitively a dep of the kernel already, but
5247
# declared here so we can `use FutureExt;` directly.

0 commit comments

Comments
 (0)