aboutsummaryrefslogtreecommitdiff
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
parentRemove old workarounds (diff)
downloadsteamworks-rs-aaca942ca09a35e24ce781f9eb6ff3c925e47f0f.tar.xz
steamworks-rs-aaca942ca09a35e24ce781f9eb6ff3c925e47f0f.zip
Set version to 0.7.0
-rw-r--r--Cargo.toml4
-rw-r--r--steamworks-sys/Cargo.toml2
2 files changed, 3 insertions, 3 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"
diff --git a/steamworks-sys/Cargo.toml b/steamworks-sys/Cargo.toml
index 77310a6..46f32bb 100644
--- a/steamworks-sys/Cargo.toml
+++ b/steamworks-sys/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "steamworks-sys"
-version = "0.6.1"
+version = "0.7.0"
authors = ["Thinkofname"]
build = "build.rs"
description = "Provides raw bindings to the steamworks sdk"