Patched release of reffers (#984)

I'm not sure anyone uses this old crate but if they do, at least now they have a fixed version.
This commit is contained in:
diwic
2021-08-21 11:38:49 +02:00
committed by GitHub
parent e0fda3fe9b
commit f20b53ca89

View File

@@ -11,7 +11,7 @@ keywords = ["concurrency"]
[versions]
# Versions which include fixes for this vulnerability
patched = []
patched = [">= 0.6.1"]
```
# Unsound: can make `ARefss` contain a !Send, !Sync object.