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 /steamworks-sys/Cargo.toml | |
| parent | Remove old workarounds (diff) | |
| download | steamworks-rs-aaca942ca09a35e24ce781f9eb6ff3c925e47f0f.tar.xz steamworks-rs-aaca942ca09a35e24ce781f9eb6ff3c925e47f0f.zip | |
Set version to 0.7.0
Diffstat (limited to 'steamworks-sys/Cargo.toml')
| -rw-r--r-- | steamworks-sys/Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
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" |