From b0243b212fa823c1c3ac7278a3fd89394042bce3 Mon Sep 17 00:00:00 2001 From: Dan Gohman Date: Wed, 27 Mar 2019 02:23:24 -0700 Subject: [PATCH] Update the minimum Rust version to 1.32. --- .travis.yml | 2 +- README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index 540de9894c..1fce0e4147 100644 --- a/.travis.yml +++ b/.travis.yml @@ -5,7 +5,7 @@ os: - osx language: rust rust: - - 1.31.0 + - 1.32.0 - beta - nightly matrix: diff --git a/README.md b/README.md index fe1ef7e4a4..d6e620e10d 100644 --- a/README.md +++ b/README.md @@ -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.30](https://img.shields.io/badge/rustc-1.30+-green.svg) +![Minimum rustc 1.32](https://img.shields.io/badge/rustc-1.32+-green.svg) *Wasmtime is complete enough to pass the WebAssembly spec testsuite.* Support for system APIs is coming soon!