Bump required Rust version to 1.36

This commit is contained in:
Jakub Konka
2019-07-16 00:49:48 +02:00
committed by Dan Gohman
parent 1531fabf43
commit adadf835f0
2 changed files with 2 additions and 2 deletions

View File

@@ -12,7 +12,7 @@ utility or as a library embedded in a larger application.
[![Travis Status](https://travis-ci.org/CraneStation/wasmtime.svg?branch=master)](https://travis-ci.org/CraneStation/wasmtime)
[![Appveyor Status](https://ci.appveyor.com/api/projects/status/vxvpt2plriy5s0mc?svg=true)](https://ci.appveyor.com/project/CraneStation/cranelift)
[![Gitter chat](https://badges.gitter.im/CraneStation/CraneStation.svg)](https://gitter.im/CraneStation/Lobby)
![Minimum rustc 1.35](https://img.shields.io/badge/rustc-1.35+-green.svg)
![Minimum rustc 1.36](https://img.shields.io/badge/rustc-1.36+-green.svg)
Wasmtime passes the WebAssembly spec testsuite, and supports a new system
API proposal called [WebAssembly System Interface], or WASI.