aboutsummaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorMatthew Collins <[email protected]>2018-02-15 18:39:46 +0000
committerMatthew Collins <[email protected]>2018-02-15 18:39:46 +0000
commit8ccbb202ccef731e9c2ccccd8ad340bad84dda53 (patch)
tree1fdf331a6540926d31d5f91a463e7d6c06c09236 /Cargo.toml
parentInitial steam callbacks work (diff)
downloadsteamworks-rs-8ccbb202ccef731e9c2ccccd8ad340bad84dda53.tar.xz
steamworks-rs-8ccbb202ccef731e9c2ccccd8ad340bad84dda53.zip
Update bitflags
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 6c80b8f..0fd122d 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -11,5 +11,5 @@ members = [
[dependencies]
steamworks-sys = {path = "./steamworks-sys"}
error-chain = "0.11.0"
-bitflags = "0.9.1"
+bitflags = "1.0.0"
libc = "0.2" \ No newline at end of file