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.0
Browse files Browse the repository at this point in the history
  • Loading branch information
martial-plains committed Oct 1, 2022
1 parent 355dce1 commit 1b3b99e
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "rust-macios"
version = "0.1.0"
version = "0.2.0"
edition = "2021"
authors = ["Allister Isaiah Harvey <a.i.harvey@icloud.com>"]
description = "Apple Frameworks for Rust"
Expand Down Expand Up @@ -56,10 +56,9 @@ objective-c-runtime-proc-macros = { version = "0.1.0", path = "src/objective_c_r
# crates.io dependencies
objc = { version = "0.2.7", features = ["exception"] }
objc_id = "0.1.1"
libc = "0.2.132"
libc = "0.2.134"
block = "0.1.6"
lazy_static = "1.4.0"

[dev-dependencies]
test-case = "2.1.0"
log = "0.4.17"

0 comments on commit 1b3b99e

Please sign in to comment.