Commit a35343f
🪟 Update to windows 0.58 (#236)
* 🪟 Update to `windows 0.58`
* Address `0.58` API-breaks in example code
* Remove release version bump
* Don't lint all targets (i.e. examples) in `minimal-versions` test
Since the `windows 0.58` upgrade our crate still supports `windows` all
the way back to `0.53`, but the examples use some breaking API changes
that require `0.58`. This means, also because of using `windows` in the
public API, that it must only be paired with `gpu-allocator` on `0.58`.
---------
Co-authored-by: Marijn Suijten <[email protected]>1 parent db51810 commit a35343f
File tree
3 files changed
+8
-6
lines changed- .github/workflows
- examples
3 files changed
+8
-6
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
79 | 79 | | |
80 | 80 | | |
81 | 81 | | |
82 | | - | |
| 82 | + | |
83 | 83 | | |
84 | 84 | | |
85 | 85 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
41 | 41 | | |
42 | 42 | | |
43 | 43 | | |
44 | | - | |
| 44 | + | |
45 | 45 | | |
46 | 46 | | |
47 | 47 | | |
| |||
57 | 57 | | |
58 | 58 | | |
59 | 59 | | |
60 | | - | |
| 60 | + | |
| 61 | + | |
61 | 62 | | |
62 | 63 | | |
63 | 64 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
37 | 37 | | |
38 | 38 | | |
39 | 39 | | |
40 | | - | |
41 | | - | |
| 40 | + | |
42 | 41 | | |
43 | 42 | | |
44 | 43 | | |
| |||
86 | 85 | | |
87 | 86 | | |
88 | 87 | | |
89 | | - | |
| 88 | + | |
| 89 | + | |
| 90 | + | |
90 | 91 | | |
91 | 92 | | |
92 | 93 | | |
| |||
0 commit comments