diff --git a/Cargo.toml b/Cargo.toml index fd7de2a..e3e3e6b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -23,9 +23,6 @@ derive = ["dep:tauri-specta-macros"] javascript = ["dep:specta-jsdoc"] typescript = ["dep:specta-typescript"] -# TODO: https://github.com/tauri-apps/tauri/pull/10435 -UNSTABLE_channels = [] - [lints] workspace = true diff --git a/src/builder.rs b/src/builder.rs index 02ac88c..1b75215 100644 --- a/src/builder.rs +++ b/src/builder.rs @@ -117,8 +117,6 @@ impl Builder { }) .collect(); - // TODO: This must remain feature gated until this PR is merged and released: https://github.com/tauri-apps/tauri/pull/10435 - #[cfg(feature = "UNSTABLE_channels")] self.types .remove( as specta::NamedType>::sid());