diff options
| author | Matthew Collins <[email protected]> | 2019-06-06 12:58:42 +0100 |
|---|---|---|
| committer | Matthew Collins <[email protected]> | 2019-06-06 12:58:42 +0100 |
| commit | 0d8aaca2a219d5a242a49bd290fd6b2531dac256 (patch) | |
| tree | 8d8e23e28260723ea3314573f4e961369171f040 /Cargo.toml | |
| parent | Always catch panics during callbacks (Fixes #9) (diff) | |
| download | steamworks-rs-0d8aaca2a219d5a242a49bd290fd6b2531dac256.tar.xz steamworks-rs-0d8aaca2a219d5a242a49bd290fd6b2531dac256.zip | |
0.5.1 (and 0.5.0 for sys)
Diffstat (limited to 'Cargo.toml')
| -rw-r--r-- | Cargo.toml | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -1,6 +1,6 @@ [package] name = "steamworks" -version = "0.5.0" +version = "0.5.1" authors = ["Thinkofname"] description = "Provides rust friendly bindings to the steamworks sdk" license = "MIT / Apache-2.0" @@ -24,7 +24,7 @@ members = [ ] [dependencies] -steamworks-sys = {path = "./steamworks-sys", version = "0.4.0"} +steamworks-sys = {path = "./steamworks-sys", version = "0.5.0"} failure = "0.1.5" bitflags = "1.0.4" libc = "0.2.50" |