aboutsummaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorMatthew Collins <[email protected]>2019-03-23 16:00:38 +0000
committerMatthew Collins <[email protected]>2019-03-23 16:00:38 +0000
commit1d1caa281109f2df9a3d75fe4ef3baa790e0898a (patch)
treefa5d2a69cfadf6a8a80d12deca78c0bb64609971 /Cargo.toml
parentGenerate the bindings from the provided json file instead of bindgen (Fixes #3) (diff)
downloadarchived-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.toml4
1 files changed, 2 insertions, 2 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 8c07058..d1443ff 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -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"