Skip to content
This repository has been archived by the owner on Feb 17, 2023. It is now read-only.

Commit

Permalink
Update proc macro versions
Browse files Browse the repository at this point in the history
  • Loading branch information
martial-plains committed Dec 13, 2022
1 parent 02c382d commit 7778ba1
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 @@ -35,8 +35,8 @@ rpath = false

[dependencies]
# Macros defined in workspace
rust-macios-app-kit-proc-macros = { version = "0.2.2", path = "src/appkit/proc-macros" }
rust-macios-objective-c-runtime-proc-macros = { version = "0.2.2", path = "src/objective_c_runtime/proc-macros" }
rust-macios-app-kit-proc-macros = { version = "0.2.3", path = "src/appkit/proc-macros" }
rust-macios-objective-c-runtime-proc-macros = { version = "0.2.4", path = "src/objective_c_runtime/proc-macros" }

# crates.io dependencies
objc = "0.2.7"
Expand Down

0 comments on commit 7778ba1

Please sign in to comment.