diff options
| author | Matthew Collins <[email protected]> | 2018-02-15 18:42:16 +0000 |
|---|---|---|
| committer | Matthew Collins <[email protected]> | 2018-02-15 18:42:16 +0000 |
| commit | 031b910773cc3e7140a75b7470d2dab96c8e693f (patch) | |
| tree | 5dc7188270d7cf8d0d43e2d4415a3b2ef93d86ad /steamworks-sys/Cargo.toml | |
| parent | Update bitflags (diff) | |
| download | steamworks-rs-031b910773cc3e7140a75b7470d2dab96c8e693f.tar.xz steamworks-rs-031b910773cc3e7140a75b7470d2dab96c8e693f.zip | |
Update deps
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 085e514..b672938 100644 --- a/steamworks-sys/Cargo.toml +++ b/steamworks-sys/Cargo.toml @@ -5,7 +5,7 @@ authors = ["matt"] build = "build.rs" [dependencies] -libc = "0.2" +libc = "0.2.36" [build-dependencies] -gcc = "0.3.53"
\ No newline at end of file +cc = "1.0.4" |