We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0527129 commit c53e97cCopy full SHA for c53e97c
CHANGELOG.md
@@ -2,6 +2,13 @@
2
3
## [Unreleased]
4
5
+### Changed
6
+
7
+- Updated `windows-sys` from `0.36.1` to `0.59.0`.
8
+ Users of `Capture::get_event()` on Windows platforms should note that
9
+ `HANDLE` is a `isize` in `0.36`, but has been made a pointer in `0.59`,
10
+ causing types containing it to no longer be autotraited with `Send`.
11
12
## [2.2.0] - 2024-09-01
13
14
### Added
0 commit comments