Skip to content

Commit

Permalink
Stabilize UNSTABLE_channels
Browse files Browse the repository at this point in the history
  • Loading branch information
oscartbeaumont committed Aug 2, 2024
1 parent 826c9f6 commit 6479d1a
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 5 deletions.
3 changes: 0 additions & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
2 changes: 0 additions & 2 deletions src/builder.rs
Original file line number Diff line number Diff line change
Expand Up @@ -117,8 +117,6 @@ impl<R: Runtime> Builder<R> {
})
.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(<tauri::ipc::Channel<()> as specta::NamedType>::sid());

Expand Down

0 comments on commit 6479d1a

Please sign in to comment.