Skip to content

Commit

Permalink
Merge pull request #255 from enigo-rs/dependabot/cargo/icrate-0.1.0
Browse files Browse the repository at this point in the history
build(deps): update icrate requirement from 0.0.4 to 0.1.0
  • Loading branch information
pentamassiv authored Jan 2, 2024
2 parents ecbc09d + f598aa5 commit 004c801
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ windows = { version = "0.51", features = [

[target.'cfg(target_os = "macos")'.dependencies]
core-graphics = { version = "0.23", features = ["highsierra"] }
icrate = { version = "0.0.4", features = ["AppKit_all"] }
icrate = { version = "0.1.0", features = ["AppKit_all"] }

[target.'cfg(target_os = "linux")'.dependencies]
libc = "0.2"
Expand Down

0 comments on commit 004c801

Please sign in to comment.