Skip to content

Commit

Permalink
Bump required Rust version to 1.36
Browse files Browse the repository at this point in the history
  • Loading branch information
Jakub Konka authored and sunfishcode committed Jul 15, 2019
1 parent 1531fab commit adadf83
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Expand Up @@ -5,7 +5,7 @@ os:
- osx
language: rust
rust:
- 1.35.0
- 1.36.0
- beta
- nightly
matrix:
Expand Down
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -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.
Expand Down

0 comments on commit adadf83

Please sign in to comment.