Add missing information about fixed versions (#2105)

According to https://github.com/Xudong-Huang/may/issues/88, this has been fixed since a long time. Add the missing `patched`
This commit is contained in:
Arvid Norlander
2024-10-25 20:33:29 +02:00
committed by GitHub
parent 57c4a0ce3a
commit b416be0762

View File

@@ -10,7 +10,7 @@ categories = ["memory-corruption", "thread-safety"]
keywords = ["concurrency"]
[versions]
patched = []
patched = [">= 0.3.19"]
```
# may_queue's Queue lacks Send/Sync bound for its Send/Sync trait.