Skip to content

Commit

Permalink
fix(deps): update rust crate objc to 0.2.7
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored and abose committed May 2, 2024
1 parent bd7de3b commit ad8603e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src-tauri/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ gtk = "0.15"
webkit2gtk = "0.18" # if tauri build fails, make sure to match this version to what we have in tauri

[target.'cfg(target_os = "macos")'.dependencies]
objc = "0.2"
objc = "0.2.7"
tauri-plugin-deep-link = "0.1.2"
lazy_static = "1.4"

Expand Down

0 comments on commit ad8603e

Please sign in to comment.