diff options
| author | Matthew Collins <[email protected]> | 2021-02-27 11:28:07 +0000 |
|---|---|---|
| committer | Matthew Collins <[email protected]> | 2021-02-27 11:28:07 +0000 |
| commit | aaca942ca09a35e24ce781f9eb6ff3c925e47f0f (patch) | |
| tree | a1d528171e81cf50fecae05db6dcf964acb19b7a | |
| parent | Remove old workarounds (diff) | |
| download | steamworks-rs-aaca942ca09a35e24ce781f9eb6ff3c925e47f0f.tar.xz steamworks-rs-aaca942ca09a35e24ce781f9eb6ff3c925e47f0f.zip | |
Set version to 0.7.0
| -rw-r--r-- | Cargo.toml | 4 | ||||
| -rw-r--r-- | steamworks-sys/Cargo.toml | 2 |
2 files changed, 3 insertions, 3 deletions
@@ -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" |