diff options
| author | Matthew Collins <[email protected]> | 2018-02-27 23:38:35 +0000 |
|---|---|---|
| committer | Matthew Collins <[email protected]> | 2018-02-27 23:38:35 +0000 |
| commit | 90ddf720704fcafbd7d333d81e81ae712e25072f (patch) | |
| tree | 7c70bf8b6bdc682b6d9e8160bcfa4d23be682ac6 /Cargo.toml | |
| parent | Fix the author in the Cargo.toml (diff) | |
| download | steamworks-rs-90ddf720704fcafbd7d333d81e81ae712e25072f.tar.xz steamworks-rs-90ddf720704fcafbd7d333d81e81ae712e25072f.zip | |
Implement user authentication session methods
Diffstat (limited to 'Cargo.toml')
| -rw-r--r-- | Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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" |