From 6a1e7c8a2217dcaee3177d8d57554dbe33dd9512 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?T=C3=96R=C3=96K=20Attila?= Date: Mon, 16 Sep 2024 10:48:56 +0200 Subject: [PATCH] Bump `core-foundation` dependency to 0.10 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index c7a079e..ed0ef42 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -29,7 +29,7 @@ wasm-console = ["web-sys/console"] home = "0.5" [target.'cfg(target_os = "macos")'.dependencies] -core-foundation = "0.9" +core-foundation = "0.10" [target.'cfg(target_os = "android")'.dependencies] jni = "0.21"