From 1e3fe5598e3f5f6e706114ee2581a95d69cdea3a Mon Sep 17 00:00:00 2001 From: Indradb <60851042+Indra-db@users.noreply.github.com> Date: Fri, 6 Dec 2024 15:00:11 +0700 Subject: [PATCH] Update cc, regex, libc crates -> fix ios build on rust 1.83 --- flecs_ecs_sys/Cargo.toml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/flecs_ecs_sys/Cargo.toml b/flecs_ecs_sys/Cargo.toml index 4950a131..7106e8cb 100644 --- a/flecs_ecs_sys/Cargo.toml +++ b/flecs_ecs_sys/Cargo.toml @@ -15,12 +15,12 @@ keywords = ["flecs", "ecs", "sys"] workspace = true [dependencies] -libc = "0.2.153" +libc = "0.2.167" [build-dependencies] bindgen = "0.70.1" -cc = "1.0.83" -regex = "1.9.5" +cc = "1.2.2" +regex = "1.11.1" [features] # Regenerate the C binding for flecs C