Skip to content

Commit

Permalink
feat: bump dependencies to latest versions
Browse files Browse the repository at this point in the history
  • Loading branch information
av1ctor authored and andriyDev committed Jan 11, 2024
1 parent aacc5a4 commit 102ba09
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
edition = "2021"
name = "recastnavigation-sys"
version = "1.0.2"
version = "1.0.3"

description = "Raw FFI bindings for recastnavigation."

Expand Down Expand Up @@ -34,7 +34,7 @@ recast = []
static_assertions = "1.1.0"

[build-dependencies]
bindgen = "0.64.0"
cc = "1.0.79"
cmake = "0.1.49"
pkg-config = "0.3.26"
bindgen = "0.69.1"
cc = "1.0.83"
cmake = "0.1.50"
pkg-config = "0.3.28"

0 comments on commit 102ba09

Please sign in to comment.