Skip to content

Commit d897e28

Browse files
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#L101
1 parent b5dcd04 commit d897e28

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ tokio03 = ["tokio03-crate"]
2323
async-channel = "^1.5"
2424
async-executor = "^1.4"
2525
async-lock = "^2.5"
26-
blocking = "^1.0"
26+
blocking = "^1.2"
2727
futures-lite = "^1.0"
2828
once_cell = "^1.4"
2929

0 commit comments

Comments
 (0)