Commit d897e28
committed
Limit blocking dependency to 1.2
In executor.rs there's [code][0] that expects `blocking::unblock` to be sync
but in version prior to 1.2 it was `async.
[0]: https://github.com/async-rs/async-global-executor/blob/b5dcd0426deda80d26009436c5fe5418ee23c71a/src/executor.rs#L1011 parent b5dcd04 commit d897e28
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
23 | 23 | | |
24 | 24 | | |
25 | 25 | | |
26 | | - | |
| 26 | + | |
27 | 27 | | |
28 | 28 | | |
29 | 29 | | |
| |||
0 commit comments