Skip to content

Commit

Permalink
Bump framework crates 0.2.2 -> 0.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
madsmtm committed Jan 22, 2025
1 parent 44e4cde commit 45df717
Show file tree
Hide file tree
Showing 215 changed files with 553 additions and 550 deletions.
214 changes: 107 additions & 107 deletions Cargo.lock

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ repository = "https://github.com/madsmtm/objc2"
# Framework crate defaults

# Remember to update in header-translator, and manually authored lib.rs.
version = "0.2.2"
version = "0.3.0"
# Some crates in this repo have a different license, see LICENSE.md.
license = "Zlib OR Apache-2.0 OR MIT"
license-file = "LICENSE.md"
Expand Down
2 changes: 1 addition & 1 deletion crates/header-translator/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -105,4 +105,4 @@ pub(crate) fn to_snake_case(input: impl AsRef<str>) -> String {
}
}

pub const VERSION: &str = "0.2.2";
pub const VERSION: &str = "0.3.0";
3 changes: 3 additions & 0 deletions crates/objc2/src/topics/about_generated/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,9 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).

## Unreleased - YYYY-MM-DD


## 0.3.0 - 2025-01-22

### Added
* Added `NSData::to_vec` and `NSData::iter` helper methods.
* Added `Eq` implementation for `NSValue` and subclasses.
Expand Down
6 changes: 3 additions & 3 deletions framework-crates/objc2-accessibility/Cargo.toml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion framework-crates/objc2-accessibility/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
#![no_std]
#![cfg_attr(docsrs, feature(doc_auto_cfg))]
// Update in Cargo.toml as well.
#![doc(html_root_url = "https://docs.rs/objc2-accessibility/0.2.2")]
#![doc(html_root_url = "https://docs.rs/objc2-accessibility/0.3.0")]

#[cfg(feature = "alloc")]
extern crate alloc;
Expand Down
2 changes: 1 addition & 1 deletion framework-crates/objc2-accounts/Cargo.toml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion framework-crates/objc2-accounts/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
#![no_std]
#![cfg_attr(docsrs, feature(doc_auto_cfg))]
// Update in Cargo.toml as well.
#![doc(html_root_url = "https://docs.rs/objc2-accounts/0.2.2")]
#![doc(html_root_url = "https://docs.rs/objc2-accounts/0.3.0")]

#[cfg(feature = "alloc")]
extern crate alloc;
Expand Down
2 changes: 1 addition & 1 deletion framework-crates/objc2-ad-services/Cargo.toml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion framework-crates/objc2-ad-services/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
#![no_std]
#![cfg_attr(docsrs, feature(doc_auto_cfg))]
// Update in Cargo.toml as well.
#![doc(html_root_url = "https://docs.rs/objc2-ad-services/0.2.2")]
#![doc(html_root_url = "https://docs.rs/objc2-ad-services/0.3.0")]

#[cfg(feature = "alloc")]
extern crate alloc;
Expand Down
2 changes: 1 addition & 1 deletion framework-crates/objc2-ad-support/Cargo.toml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion framework-crates/objc2-ad-support/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
#![no_std]
#![cfg_attr(docsrs, feature(doc_auto_cfg))]
// Update in Cargo.toml as well.
#![doc(html_root_url = "https://docs.rs/objc2-ad-support/0.2.2")]
#![doc(html_root_url = "https://docs.rs/objc2-ad-support/0.3.0")]

#[cfg(feature = "alloc")]
extern crate alloc;
Expand Down
16 changes: 8 additions & 8 deletions framework-crates/objc2-app-kit/Cargo.toml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion framework-crates/objc2-app-kit/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
#![no_std]
#![cfg_attr(docsrs, feature(doc_auto_cfg))]
// Update in Cargo.toml as well.
#![doc(html_root_url = "https://docs.rs/objc2-app-kit/0.2.2")]
#![doc(html_root_url = "https://docs.rs/objc2-app-kit/0.3.0")]
#![recursion_limit = "512"]
#![allow(non_snake_case)]
#![allow(unused_imports)]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
#![no_std]
#![cfg_attr(docsrs, feature(doc_auto_cfg))]
// Update in Cargo.toml as well.
#![doc(html_root_url = "https://docs.rs/objc2-app-tracking-transparency/0.2.2")]
#![doc(html_root_url = "https://docs.rs/objc2-app-tracking-transparency/0.3.0")]

#[cfg(feature = "alloc")]
extern crate alloc;
Expand Down
24 changes: 12 additions & 12 deletions framework-crates/objc2-ar-kit/Cargo.toml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion framework-crates/objc2-ar-kit/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
#![no_std]
#![cfg_attr(docsrs, feature(doc_auto_cfg))]
// Update in Cargo.toml as well.
#![doc(html_root_url = "https://docs.rs/objc2-ar-kit/0.2.2")]
#![doc(html_root_url = "https://docs.rs/objc2-ar-kit/0.3.0")]

#[cfg(feature = "alloc")]
extern crate alloc;
Expand Down
10 changes: 5 additions & 5 deletions framework-crates/objc2-audio-toolbox/Cargo.toml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion framework-crates/objc2-audio-toolbox/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
#![no_std]
#![cfg_attr(docsrs, feature(doc_auto_cfg))]
// Update in Cargo.toml as well.
#![doc(html_root_url = "https://docs.rs/objc2-audio-toolbox/0.2.2")]
#![doc(html_root_url = "https://docs.rs/objc2-audio-toolbox/0.3.0")]

// NOTE: If we still supported macOS 10.10 or below, we'd have to link
// AudioUnit as well, because certain symbols were originally available there
Expand Down
10 changes: 5 additions & 5 deletions framework-crates/objc2-authentication-services/Cargo.toml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion framework-crates/objc2-authentication-services/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
#![no_std]
#![cfg_attr(docsrs, feature(doc_auto_cfg))]
// Update in Cargo.toml as well.
#![doc(html_root_url = "https://docs.rs/objc2-authentication-services/0.2.2")]
#![doc(html_root_url = "https://docs.rs/objc2-authentication-services/0.3.0")]
#![allow(unused_imports)]
#![allow(dead_code)]

Expand Down

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
#![no_std]
#![cfg_attr(docsrs, feature(doc_auto_cfg))]
// Update in Cargo.toml as well.
#![doc(html_root_url = "https://docs.rs/objc2-automatic-assessment-configuration/0.2.2")]
#![doc(html_root_url = "https://docs.rs/objc2-automatic-assessment-configuration/0.3.0")]

#[cfg(feature = "alloc")]
extern crate alloc;
Expand Down
Loading

0 comments on commit 45df717

Please sign in to comment.