Skip to content

Commit ff3fbc7

Browse files
authored
Merge pull request #2 from BlockProject3D/develop
bp3d-os release 1.0.1
2 parents 2caa82e + 32c0135 commit ff3fbc7

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

core/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "bp3d-os"
3-
version = "1.0.0"
3+
version = "1.0.1"
44
authors = ["Yuri Edward <[email protected]>"]
55
edition = "2021"
66
description = "Operating System tools designed for BlockProject3D"

core/src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,5 +55,5 @@ pub mod module;
5555
#[cfg(feature = "shell")]
5656
pub mod shell;
5757

58-
#[cfg(target_vendor = "apple")]
58+
#[cfg(all(feature = "objc2", target_vendor = "apple"))]
5959
mod apple_helpers;

module_test/test_mod/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,5 +11,5 @@ crate-type = ["rlib", "cdylib"]
1111
bp3d-os-build = { version = "1.0.0", path = "../../build" }
1212

1313
[dependencies]
14-
bp3d-os = { version = "1.0.0", path = "../../core", features = ["module"] }
14+
bp3d-os = { version = "1.0.1", path = "../../core", features = ["module"] }
1515
bp3d-debug = "1.0.0"

0 commit comments

Comments
 (0)