From a852584a0dd93f6bf67add484424f07dbd6236c0 Mon Sep 17 00:00:00 2001 From: Michael Aaron Murphy Date: Tue, 17 Aug 2021 12:45:41 +0200 Subject: [PATCH] chore(readme): Document the minimum-supported rustc toolchain --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 76d3358..722c1f4 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # Pop Launcher -[![rustc 1.47.0](https://img.shields.io)](https://img.shields.io/badge/rustc-1.47-orange) +![](https://img.shields.io/badge/rustc-1.47-orange) Modular IPC-based desktop launcher service, written in Rust. Desktop launchers may interface with this service via spawning the pop-launcher process and communicating to it via JSON IPC over the stdin and stdout pipes. The launcher service will also spawn plugins found in plugin directories on demand, based on the queries sent to the service.