Skip to content

Commit 33aaadd

Browse files
authored
RUSTSEC-2019-0031: add link to spinning-rs in description (#336)
1 parent b952f8c commit 33aaadd

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

crates/spin/RUSTSEC-2019-0031.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,11 +8,12 @@ url = "https://github.com/mvdnes/spin-rs/commit/7516c80"
88
description = """
99
The author of the `spin` crate does not have time or interest to maintain it.
1010
11-
Consider the following alternatives (both of which support `no_std`):
11+
Consider the following alternatives (all of which support `no_std`):
1212
1313
- [`conquer-once`](https://github.com/oliver-giersch/conquer-once)
1414
- [`lock_api`](https://crates.io/crates/lock_api) (a subproject of `parking_lot`)
1515
- [`spinning_top`](https://github.com/rust-osdev/spinning_top) spinlock crate built on `lock_api`
16+
- [`spinning`](https://github.com/4lDO2/spinning-rs)
1617
"""
1718

1819
[versions]

0 commit comments

Comments
 (0)