From df2b6103049f59e247eeca0795ef30d510995ac7 Mon Sep 17 00:00:00 2001 From: Dan Gohman Date: Tue, 20 Nov 2018 22:41:28 -0600 Subject: [PATCH] Add a Rust version badge. --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index cc93d88686..4bfd9e1a7f 100644 --- a/README.md +++ b/README.md @@ -2,5 +2,6 @@ Standalone JIT-style runtime support for WebAsssembly code in Cranelift [![Build Status](https://travis-ci.org/CraneStation/wasmtime.svg?branch=master)](https://travis-ci.org/CraneStation/wasmtime) +![Minimum rustc 1.30](https://img.shields.io/badge/rustc-1.30+-red.svg) *This is a work in progress that is not currently functional.*