diff options
Diffstat (limited to 'steamworks-sys/Cargo.toml')
| -rw-r--r-- | steamworks-sys/Cargo.toml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/steamworks-sys/Cargo.toml b/steamworks-sys/Cargo.toml index 46f32bb..da52af8 100644 --- a/steamworks-sys/Cargo.toml +++ b/steamworks-sys/Cargo.toml @@ -19,7 +19,7 @@ docs-only = [] [dependencies] -libc = "0.2.50" +libc = "0.2.86" [build-dependencies] -bindgen = "0.53.1" +bindgen = "0.57.0" |