You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
gemspec: fix io-event and io-stream version to avoid unstable behavior on Windows (#5042)
**Which issue(s) this PR fixes**:
* Fixes#5041
**What this PR does / why we need it**:
It appears io-event >= 1.11.0 are unstable on Windows
(confirmed on 1.12.1 or lower).
See #5041.
io-stream >= 0.8 needs io-event >= 1.12.0, so we need to fix
io-stream version as well (confirmed on 0.10.0 or lower).
See socketry/io-stream#8.
**Docs Changes**:
Not needed.
**Release Note**:
The same as the title.
Signed-off-by: Daijiro Fukuda <[email protected]>
0 commit comments