diff options
| author | Aaro Perämaa <[email protected]> | 2021-05-09 17:15:11 +0300 |
|---|---|---|
| committer | GitHub <[email protected]> | 2021-05-09 17:15:11 +0300 |
| commit | 40ca1862ed75a117c97d2b45d8ef0479a1aaf622 (patch) | |
| tree | e05065d257a6a55c8cb55a93282e5a1498abf730 | |
| parent | Merge pull request #48 from WilliamVenner/steamid_utils (diff) | |
| parent | Bump bindgen version to 0.58 (diff) | |
| download | steamworks-rs-master.tar.xz steamworks-rs-master.zip | |
Bump bindgen version to 0.58
| -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 cd1e517..24c4a81 100644 --- a/steamworks-sys/Cargo.toml +++ b/steamworks-sys/Cargo.toml @@ -22,4 +22,4 @@ docs-only = [] [dependencies] [build-dependencies] -bindgen = "0.57.0" +bindgen = "0.58.0" |