diff options
| author | Matthew Collins <[email protected]> | 2021-02-27 11:34:49 +0000 |
|---|---|---|
| committer | Matthew Collins <[email protected]> | 2021-02-27 11:34:58 +0000 |
| commit | 218d8741ed657bc81d2fcf885565b53c18fc4c18 (patch) | |
| tree | 3368bd4dcc2c7df511537063a97de3ee89b12074 | |
| parent | Fix doc builds (diff) | |
| download | steamworks-rs-218d8741ed657bc81d2fcf885565b53c18fc4c18.tar.xz steamworks-rs-218d8741ed657bc81d2fcf885565b53c18fc4c18.zip | |
Update version in readme
| -rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -11,7 +11,7 @@ Add the following to your `Cargo.toml`: ```toml [dependencies] -steamworks = "0.6.1" +steamworks = "0.7.0" ``` Ensure that your computer has all the needed [requirements](https://rust-lang.github.io/rust-bindgen/requirements.html) to use [bindgen](https://github.com/rust-lang/rust-bindgen). |