Skip to content

Commit

Permalink
fix: add exception feature flag for the objc2 crate
Browse files Browse the repository at this point in the history
  • Loading branch information
lucasfernog committed Oct 11, 2024
1 parent 0abc221 commit 70ac70b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ workspace = {}
[package]
name = "wry"
version = "0.45.0"
authors = [ "Tauri Programme within The Commons Conservancy" ]
authors = ["Tauri Programme within The Commons Conservancy"]
edition = "2021"
license = "Apache-2.0 OR MIT"
description = "Cross-platform WebView rendering library"
Expand Down Expand Up @@ -94,7 +94,7 @@ features = [

[target."cfg(any(target_os = \"ios\", target_os = \"macos\"))".dependencies]
block2 = "0.5"
objc2 = "0.5"
objc2 = { version = "0.5", features = ["exception"] }
objc2-web-kit = { version = "0.2.0", features = [
"objc2-app-kit",
"block2",
Expand Down

0 comments on commit 70ac70b

Please sign in to comment.