diff options
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.3.2" +version = "0.4.0" authors = ["Thinkofname"] description = "Provides rust friendly bindings to the steamworks sdk" license = "MIT / Apache-2.0" @@ -20,7 +20,7 @@ members = [ ] [dependencies] -steamworks-sys = {path = "./steamworks-sys", version = "0.2.1"} +steamworks-sys = {path = "./steamworks-sys", version = "0.3.0"} failure = "0.1.1" bitflags = "1.0.1" libc = "0.2.36" |