aboutsummaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorMatthew Collins <[email protected]>2018-02-27 23:38:35 +0000
committerMatthew Collins <[email protected]>2018-02-27 23:38:35 +0000
commit90ddf720704fcafbd7d333d81e81ae712e25072f (patch)
tree7c70bf8b6bdc682b6d9e8160bcfa4d23be682ac6 /Cargo.toml
parentFix the author in the Cargo.toml (diff)
downloadsteamworks-rs-90ddf720704fcafbd7d333d81e81ae712e25072f.tar.xz
steamworks-rs-90ddf720704fcafbd7d333d81e81ae712e25072f.zip
Implement user authentication session methods
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 a9a76f5..b0b7494 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -20,7 +20,7 @@ members = [
]
[dependencies]
-steamworks-sys = {path = "./steamworks-sys", version = "0.1.0"}
+steamworks-sys = {path = "./steamworks-sys", version = "0.1.1"}
failure = "0.1.1"
bitflags = "1.0.1"
libc = "0.2.36"