Commit 420e166
authored
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]>1 parent 1f64300 commit 420e166
1 file changed
+7
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
42 | 42 | | |
43 | 43 | | |
44 | 44 | | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
| 50 | + | |
| 51 | + | |
45 | 52 | | |
46 | 53 | | |
47 | 54 | | |
| |||
0 commit comments