Skip to content

Commit

Permalink
Update cc, regex, libc crates -> fix ios build on rust 1.83
Browse files Browse the repository at this point in the history
  • Loading branch information
Indra-db committed Dec 6, 2024
1 parent c3412fe commit 1e3fe55
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions flecs_ecs_sys/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 1e3fe55

Please sign in to comment.