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

Commit

Permalink
Update to v0.2.6
Browse files Browse the repository at this point in the history
  • Loading branch information
martial-plains committed Oct 26, 2022
1 parent 8f03021 commit 6745cd4
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
@@ -1,6 +1,6 @@
[package]
name = "rust-macios"
version = "0.2.5"
version = "0.2.6"
edition = "2021"
authors = ["Allister Isaiah Harvey <a.i.harvey@icloud.com>"]
description = "Apple Frameworks for Rust"
Expand Down Expand Up @@ -73,7 +73,7 @@ rust-macios-app-kit-proc-macros = { version = "0.2.2", path = "src/appkit/proc-m
rust-macios-objective-c-runtime-proc-macros = { version = "0.2.2", path = "src/objective_c_runtime/proc-macros" }

# crates.io dependencies
objc = { version = "0.2.7", features = ["exception"] }
objc = "0.2.7"
objc_id = "0.1.1"
libc = "0.2.132"
block = "0.1.6"
Expand Down

0 comments on commit 6745cd4

Please sign in to comment.