Skip to content

Commit e9b426d

Browse files
committed
Bump pin-project-line version to match async-std
Now that the async-std dependency is newer it makes sense to match the pin-project-lite version of it, so that a duplicate copy is does not need to be compiled in.
1 parent c012ec1 commit e9b426d

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
@@ -9,5 +9,5 @@ repository = "https://github.com/async-rs/stop-token"
99
description = "Experimental cooperative cancellation for async-std"
1010

1111
[dependencies]
12-
pin-project-lite = "0.1.0"
12+
pin-project-lite = "0.2.0"
1313
async-std = "1.8"

0 commit comments

Comments
 (0)