mirror of
https://github.com/OMGeeky/advisory-db.git
synced 2025-12-29 15:56:07 +01:00
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:
@@ -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`)
|
||||
"""
|
||||
|
||||
Reference in New Issue
Block a user