Skip to content

Commit

Permalink
deps: update macos specific packages
Browse files Browse the repository at this point in the history
  • Loading branch information
wez committed May 13, 2024
1 parent b1af9e8 commit ee78f86
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 deletions.
8 changes: 4 additions & 4 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion env-bootstrap/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,6 @@ wezterm-version = { path = "../wezterm-version" }
winapi = "0.3"

[target.'cfg(target_os = "macos")'.dependencies]
cocoa = "0.20"
cocoa = "0.25"
objc = "0.2"

2 changes: 1 addition & 1 deletion wezterm-toast-notification/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ futures-util = "0.3"

[target.'cfg(target_os="macos")'.dependencies]
cocoa = "0.20"
core-foundation = "0.7"
core-foundation = "0.9"
objc = "0.2"

[target.'cfg(windows)'.dependencies]
Expand Down
4 changes: 2 additions & 2 deletions window/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -89,8 +89,8 @@ wayland-egl = {version="0.32", optional=true}
[target.'cfg(target_os="macos")'.dependencies]
cocoa = "0.25"
objc = "0.2"
core-foundation = "0.7"
core-graphics = "0.19"
core-foundation = "0.9"
core-graphics = "0.23"
cgl = "0.3"
plist = "1.3"
shlex = "1.1"

0 comments on commit ee78f86

Please sign in to comment.