From 5a8b6f071509ebdb0955ed25f86beac08d68e883 Mon Sep 17 00:00:00 2001 From: vectronic Date: Tue, 10 May 2022 16:38:10 +0100 Subject: [PATCH] docs: remove docs badge until https://github.com/denoland/deno_bindgen/issues/72 is fixed --- README.md | 1 - 1 file changed, 1 deletion(-) diff --git a/README.md b/README.md index 6d4c092..48185e5 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,6 @@ [![build](https://img.shields.io/github/workflow/status/flowscripter/template-deno-rust-library/release-deno-rust-library)](https://github.com/flowscripter/template-deno-rust-library/actions/workflows/release-deno-rust-library.yml) [![coverage](https://codecov.io/gh/flowscripter/template-deno-rust-library/branch/main/graph/badge.svg?token=EMFT2938ZF)](https://codecov.io/gh/flowscripter/template-deno-rust-library) [![dependencies](https://deps.rs/repo/github/flowscripter/template-deno-rust-library/status.svg)](https://deps.rs/crate/flowscripter_template_deno_rust_library) -[![rust doc](https://img.shields.io/docsrs/flowscripter_template_deno_rust_library)](https://docs.rs/flowscripter_template_deno_rust_library) [![license: MIT](https://img.shields.io/github/license/flowscripter/template-deno-rust-library)](https://github.com/flowscripter/template-deno-rust-library/blob/main/LICENSE) > Project template for a Rust library with Deno FFI bindings.