Skip to content

Commit ecf30a4

Browse files
committed
update dependencies
1 parent 619d790 commit ecf30a4

File tree

2 files changed

+19
-13
lines changed

2 files changed

+19
-13
lines changed

Cargo.lock

Lines changed: 14 additions & 8 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -60,12 +60,12 @@ dark-light = "2.0.0"
6060
# macOS Core Foundation bindings
6161
# small selection of Core Foundation libs I happen to need
6262
[target.'cfg(target_os = "macos")'.dependencies]
63-
#core-foundation = "0.10.0"
64-
#cocoa-foundation = "0.2.0"
65-
66-
objc2-foundation = { version = "0.3.1" }
63+
# for macos_native
64+
objc2-foundation = "0.3.1"
6765
objc2-app-kit = "0.3.1"
68-
objc2 = { version = "0.6.1" }
66+
objc2 = "0.6.1"
67+
68+
# for mac_paths (to get unsandboxed_home_dir for mac)
6969
libc = "0.2.154"
7070

7171
[target.'cfg(target_os = "linux")'.dependencies]

0 commit comments

Comments
 (0)