diff --git a/core/Cargo.toml b/core/Cargo.toml index 3a7ddd6..1732032 100644 --- a/core/Cargo.toml +++ b/core/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "bp3d-os" -version = "2.2.1" +version = "2.2.2" authors = ["Yuri Edward "] edition = "2021" description = "Operating System tools designed for BlockProject3D" @@ -17,7 +17,7 @@ categories = ["os"] # Normal dependencies time = { version = "0.3.43", optional = true } bp3d-util = { version = "2.2.0", features = [], optional = true } -bp3d-debug = { version = "1.0.0", optional = true } +bp3d-debug = { version = "1.0.1", optional = true } # Apple and BSD [target.'cfg(not(windows))'.dependencies] diff --git a/module_test/test_mod/Cargo.toml b/module_test/test_mod/Cargo.toml index 5b98bd0..297894d 100644 --- a/module_test/test_mod/Cargo.toml +++ b/module_test/test_mod/Cargo.toml @@ -11,5 +11,5 @@ crate-type = ["rlib", "cdylib"] bp3d-os-build = { version = "1.1.0", path = "../../build" } [dependencies] -bp3d-os = { version = "2.2.1", path = "../../core", features = ["module"] } +bp3d-os = { version = "2.2.2", path = "../../core", features = ["module"] } bp3d-debug = "1.0.0" diff --git a/module_test/testbin/Cargo.toml b/module_test/testbin/Cargo.toml index e21a19e..072e699 100644 --- a/module_test/testbin/Cargo.toml +++ b/module_test/testbin/Cargo.toml @@ -5,4 +5,4 @@ edition = "2024" publish = false [dependencies] -bp3d-os = { version = "2.2.1", path = "../../core", features = ["module"] } +bp3d-os = { version = "2.2.2", path = "../../core", features = ["module"] } diff --git a/shelltestbin/Cargo.toml b/shelltestbin/Cargo.toml index 59f5dae..4888f80 100644 --- a/shelltestbin/Cargo.toml +++ b/shelltestbin/Cargo.toml @@ -5,4 +5,4 @@ edition = "2024" publish = false [dependencies] -bp3d-os = { version = "2.2.1", path = "../core", features = ["shell"] } +bp3d-os = { version = "2.2.2", path = "../core", features = ["shell"] }