diff options
| author | Matthew Collins <[email protected]> | 2019-03-23 16:00:38 +0000 |
|---|---|---|
| committer | Matthew Collins <[email protected]> | 2019-03-23 16:00:38 +0000 |
| commit | 1d1caa281109f2df9a3d75fe4ef3baa790e0898a (patch) | |
| tree | fa5d2a69cfadf6a8a80d12deca78c0bb64609971 /Cargo.toml | |
| parent | Generate the bindings from the provided json file instead of bindgen (Fixes #3) (diff) | |
| download | archived-steamworks-rs-1d1caa281109f2df9a3d75fe4ef3baa790e0898a.tar.xz archived-steamworks-rs-1d1caa281109f2df9a3d75fe4ef3baa790e0898a.zip | |
Set versions to 0.5.0 and 0.4.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.4.1" +version = "0.5.0" authors = ["Thinkofname"] description = "Provides rust friendly bindings to the steamworks sdk" license = "MIT / Apache-2.0" @@ -23,7 +23,7 @@ members = [ ] [dependencies] -steamworks-sys = {path = "./steamworks-sys", version = "0.3.0"} +steamworks-sys = {path = "./steamworks-sys", version = "0.4.0"} failure = "0.1.5" bitflags = "1.0.4" libc = "0.2.50" |