From c72cbf45a4282e3a19bc1a90473d53f5768a3190 Mon Sep 17 00:00:00 2001 From: Tyler Mandry Date: Tue, 20 Aug 2024 22:08:36 -0700 Subject: [PATCH] Bump core-foundation to 0.10.1 Signed-off-by: Tyler Mandry --- core-foundation/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core-foundation/Cargo.toml b/core-foundation/Cargo.toml index 1f601258..e27c37cc 100644 --- a/core-foundation/Cargo.toml +++ b/core-foundation/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "core-foundation" description = "Bindings to Core Foundation for macOS" -version = "0.10.0" +version = "0.10.1" categories = ["os::macos-apis"] keywords = ["macos", "framework", "objc"]