aboutsummaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorMatthew Collins <[email protected]>2019-06-06 12:58:42 +0100
committerMatthew Collins <[email protected]>2019-06-06 12:58:42 +0100
commit0d8aaca2a219d5a242a49bd290fd6b2531dac256 (patch)
tree8d8e23e28260723ea3314573f4e961369171f040 /Cargo.toml
parentAlways catch panics during callbacks (Fixes #9) (diff)
downloadsteamworks-rs-0d8aaca2a219d5a242a49bd290fd6b2531dac256.tar.xz
steamworks-rs-0d8aaca2a219d5a242a49bd290fd6b2531dac256.zip
0.5.1 (and 0.5.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 a9e4476..8a47a54 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "steamworks"
-version = "0.5.0"
+version = "0.5.1"
authors = ["Thinkofname"]
description = "Provides rust friendly bindings to the steamworks sdk"
license = "MIT / Apache-2.0"
@@ -24,7 +24,7 @@ members = [
]
[dependencies]
-steamworks-sys = {path = "./steamworks-sys", version = "0.4.0"}
+steamworks-sys = {path = "./steamworks-sys", version = "0.5.0"}
failure = "0.1.5"
bitflags = "1.0.4"
libc = "0.2.50"