From 33aaadd1fd1ccd5e9872332152fea69c467b14ae Mon Sep 17 00:00:00 2001 From: Tony Arcieri Date: Mon, 13 Jul 2020 09:00:20 -0700 Subject: [PATCH] RUSTSEC-2019-0031: add link to spinning-rs in description (#336) --- crates/spin/RUSTSEC-2019-0031.toml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/crates/spin/RUSTSEC-2019-0031.toml b/crates/spin/RUSTSEC-2019-0031.toml index 9ff0aaa..090de25 100644 --- a/crates/spin/RUSTSEC-2019-0031.toml +++ b/crates/spin/RUSTSEC-2019-0031.toml @@ -8,11 +8,12 @@ url = "https://github.com/mvdnes/spin-rs/commit/7516c80" description = """ The author of the `spin` crate does not have time or interest to maintain it. -Consider the following alternatives (both of which support `no_std`): +Consider the following alternatives (all 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`) - [`spinning_top`](https://github.com/rust-osdev/spinning_top) spinlock crate built on `lock_api` +- [`spinning`](https://github.com/4lDO2/spinning-rs) """ [versions]