aboutsummaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorMatthew Collins <[email protected]>2021-02-27 11:28:07 +0000
committerMatthew Collins <[email protected]>2021-02-27 11:28:07 +0000
commitaaca942ca09a35e24ce781f9eb6ff3c925e47f0f (patch)
treea1d528171e81cf50fecae05db6dcf964acb19b7a /Cargo.toml
parentRemove old workarounds (diff)
downloadsteamworks-rs-aaca942ca09a35e24ce781f9eb6ff3c925e47f0f.tar.xz
steamworks-rs-aaca942ca09a35e24ce781f9eb6ff3c925e47f0f.zip
Set version to 0.7.0
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 88220c4..3d59fec 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "steamworks"
-version = "0.6.1"
+version = "0.7.0"
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.6.0"}
+steamworks-sys = {path = "./steamworks-sys", version = "0.7.0"}
thiserror = "1.0"
bitflags = "1.0.4"
libc = "0.2.50"