diff --git a/Cargo.toml b/Cargo.toml index def778f3..ddb00673 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "rust-macios" -version = "0.2.5" +version = "0.2.6" edition = "2021" authors = ["Allister Isaiah Harvey "] description = "Apple Frameworks for Rust" @@ -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"