diff options
| author | James Liu <[email protected]> | 2021-05-07 00:38:39 -0700 |
|---|---|---|
| committer | GitHub <[email protected]> | 2021-05-07 00:38:39 -0700 |
| commit | f4a8ed43511594f171d7a348ae34328acb171ebf (patch) | |
| tree | e05065d257a6a55c8cb55a93282e5a1498abf730 | |
| parent | Merge pull request #48 from WilliamVenner/steamid_utils (diff) | |
| download | steamworks-rs-patch-1.tar.xz steamworks-rs-patch-1.zip | |
Bump bindgen version to 0.58patch-1
| -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" |