From 0d7fd8c48db47c76cf3b3dc75f70a47b770ab0cf Mon Sep 17 00:00:00 2001 From: Max Inden Date: Wed, 7 Sep 2022 13:30:55 +0900 Subject: [PATCH] data/implementations: Mark rust-libp2p's GossipSub as done Find rational in https://github.com/libp2p/specs/pull/435 --- data/implementations/others.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/data/implementations/others.json b/data/implementations/others.json index 1fcc5ab..26161e0 100644 --- a/data/implementations/others.json +++ b/data/implementations/others.json @@ -68,7 +68,7 @@ }, { "name": "Rust", - "status": "Usable", + "status": "Done", "url": "https://github.com/libp2p/rust-libp2p/tree/master/protocols/gossipsub" }, {