-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Make Send bound optional for AsyncTestContext
- Loading branch information
1 parent
2573779
commit 9dfafe4
Showing
4 changed files
with
100 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -10,6 +10,11 @@ authors = ["Mark Hildreth <[email protected]>"] | |
license = "MIT" | ||
categories = ["development-tools::testing"] | ||
|
||
[features] | ||
default = ["async_send"] | ||
# Require async futures to be Send | ||
async_send = ["test-context-macros/async_send"] | ||
|
||
[dependencies] | ||
test-context-macros = { version = "0.1.4", path = "macros" } | ||
async-trait = "0.1.42" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters