Skip to content

Commit

Permalink
Merge pull request rustsec#213 from RustSec/RUSTSEC-2019-0031/add-con…
Browse files Browse the repository at this point in the history
…quer-once

RUSTSEC-2019-0031: add `conquer-once` as an alternative to `spin`
  • Loading branch information
tarcieri authored Jan 3, 2020
2 parents d96db2b + 694f07e commit 5ca94a4
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions crates/spin/RUSTSEC-2019-0031.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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`)
"""

0 comments on commit 5ca94a4

Please sign in to comment.