Add patched version for futures-intrusive's RUSTSEC-2020-0072 (#490)

This commit is contained in:
Ammar Askar
2020-11-20 12:46:39 -05:00
committed by GitHub
parent 57ccc941b6
commit cd034f750b

View File

@@ -9,7 +9,7 @@ keywords = ["concurrency"]
informational = "unsound"
[versions]
patched = []
patched = [">= 0.4.0"]
```
# GenericMutexGuard allows data races of non-Sync types across threads