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 /steamworks-sys | |
| 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 'steamworks-sys')
| -rw-r--r-- | steamworks-sys/Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/steamworks-sys/Cargo.toml b/steamworks-sys/Cargo.toml index 3d6e63b..8f5dd7c 100644 --- a/steamworks-sys/Cargo.toml +++ b/steamworks-sys/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "steamworks-sys" -version = "0.4.0" +version = "0.5.0" authors = ["Thinkofname"] build = "build.rs" description = "Provides raw bindings to the steamworks sdk" |