aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthew Collins <[email protected]>2021-02-27 11:34:49 +0000
committerMatthew Collins <[email protected]>2021-02-27 11:34:58 +0000
commit218d8741ed657bc81d2fcf885565b53c18fc4c18 (patch)
tree3368bd4dcc2c7df511537063a97de3ee89b12074
parentFix doc builds (diff)
downloadsteamworks-rs-218d8741ed657bc81d2fcf885565b53c18fc4c18.tar.xz
steamworks-rs-218d8741ed657bc81d2fcf885565b53c18fc4c18.zip
Update version in readme
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index e3c8c79..588d3d2 100644
--- a/README.md
+++ b/README.md
@@ -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).