aboutsummaryrefslogtreecommitdiff
path: root/steamworks-sys/Cargo.toml
diff options
context:
space:
mode:
authorMatthew Collins <[email protected]>2018-02-15 18:42:16 +0000
committerMatthew Collins <[email protected]>2018-02-15 18:42:16 +0000
commit031b910773cc3e7140a75b7470d2dab96c8e693f (patch)
tree5dc7188270d7cf8d0d43e2d4415a3b2ef93d86ad /steamworks-sys/Cargo.toml
parentUpdate bitflags (diff)
downloadsteamworks-rs-031b910773cc3e7140a75b7470d2dab96c8e693f.tar.xz
steamworks-rs-031b910773cc3e7140a75b7470d2dab96c8e693f.zip
Update deps
Diffstat (limited to 'steamworks-sys/Cargo.toml')
-rw-r--r--steamworks-sys/Cargo.toml4
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"