Skip to content

Commit 8852b42

Browse files
committed
Bump objc2 0.6.3 -> 0.6.4
1 parent 2d39cba commit 8852b42

File tree

4 files changed

+7
-3
lines changed

4 files changed

+7
-3
lines changed

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

crates/objc2/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,10 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
66

77
## Unreleased - YYYY-MM-DD
88

9+
10+
## [0.6.4] - 2026-02-26
11+
[0.6.3]: https://github.com/madsmtm/objc2/compare/objc2-0.6.3...objc2-0.6.4
12+
913
## Added
1014
* Added support for the unstable `darwin_objc` feature.
1115

crates/objc2/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "objc2"
3-
version = "0.6.3" # Remember to update html_root_url in lib.rs
3+
version = "0.6.4" # Remember to update html_root_url in lib.rs
44
description = "Objective-C interface and runtime bindings"
55
keywords = ["objective-c", "macos", "ios", "objc_msgSend", "objc"]
66
categories = [

crates/objc2/src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,7 @@
126126
#![warn(clippy::missing_errors_doc)]
127127
#![warn(clippy::missing_panics_doc)]
128128
// Update in Cargo.toml as well.
129-
#![doc(html_root_url = "https://docs.rs/objc2/0.6.3")]
129+
#![doc(html_root_url = "https://docs.rs/objc2/0.6.4")]
130130

131131
#[cfg(not(feature = "alloc"))]
132132
compile_error!("The `alloc` feature currently must be enabled.");

0 commit comments

Comments
 (0)