From 390bf7c7abde9add964487a54d3e4ee6c69de6cd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Eduardo=20S=C3=A1nchez=20Mu=C3=B1oz?= Date: Sat, 6 Apr 2024 22:56:31 +0200 Subject: [PATCH] chore: add badges to README --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 252f094..4f3210f 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,8 @@ # rsjsonnet +[![GitHub Actions Status](https://github.com/eduardosm/rsjsonnet/workflows/CI/badge.svg)](https://github.com/eduardosm/rsjsonnet/actions) +![MSRV](https://img.shields.io/badge/rustc-1.74+-lightgray.svg) + A Rust implementation of the [Jsonnet language](https://jsonnet.org/). Currently, it targets Jsonnet version 0.20.