Merge pull request #213 from RustSec/RUSTSEC-2019-0031/add-conquer-once

RUSTSEC-2019-0031: add `conquer-once` as an alternative to `spin`
This commit is contained in:
Tony Arcieri
2020-01-03 13:48:13 -05:00
committed by GitHub

View File

@@ -10,6 +10,8 @@ patched_versions = []
description = """
The author of the `spin` crate does not have time or interest to maintain it.
Consider [`lock_api`](https://crates.io/crates/lock_api) (a subproject of
`parking_lot`) as an alternative which also supports `no_std` environments.
Consider the following alternatives (both of which support `no_std`):
- [`conquer-once`](https://github.com/oliver-giersch/conquer-once)
- [`lock_api`](https://crates.io/crates/lock_api) (a subproject of `parking_lot`)
"""