diff options
| author | Matthew Collins <[email protected]> | 2018-06-26 19:55:59 +0100 |
|---|---|---|
| committer | Matthew Collins <[email protected]> | 2018-06-26 19:55:59 +0100 |
| commit | 44fa2974126bbcfd361d85dde2a55aeb50efe06d (patch) | |
| tree | ad4afbeb672aa109e3cbc73d07c983dfec6bfa36 | |
| parent | Fix a crash requesting friends when the user is offline (diff) | |
| download | steamworks-rs-44fa2974126bbcfd361d85dde2a55aeb50efe06d.tar.xz steamworks-rs-44fa2974126bbcfd361d85dde2a55aeb50efe06d.zip | |
Version 0.4.1
| -rw-r--r-- | Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,6 +1,6 @@ [package] name = "steamworks" -version = "0.4.0" +version = "0.4.1" authors = ["Thinkofname"] description = "Provides rust friendly bindings to the steamworks sdk" license = "MIT / Apache-2.0" |