-
-
Notifications
You must be signed in to change notification settings - Fork 1.6k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore(dependencies): update spmc dev dependency to 0.3 (#1913)
spmc 0.2.3 has been yanked on 2019-08-15 Passing to 0.2 requires a small change in the tests. Changing the following (as was done in master branch) &'a spmc::Sender<Reply> -> &'a Mutex<spmc::Sender<Reply>> This fixes the cargo issue telling us that he cannot handle smpc: error: failed to select a version for the requirement `spmc = "^0.2"` Signed-off-by: Gabriel Ganne <[email protected]>
- Loading branch information
1 parent
e63368b
commit a1609fb
Showing
2 changed files
with
15 additions
and
13 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
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