Skip to content

Commit b0243b2

Browse files
committed
Update the minimum Rust version to 1.32.
1 parent 2353be9 commit b0243b2

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ os:
55
- osx
66
language: rust
77
rust:
8-
- 1.31.0
8+
- 1.32.0
99
- beta
1010
- nightly
1111
matrix:

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ utility or as a library embedded in a larger application.
1212
[![Travis Status](https://travis-ci.org/CraneStation/wasmtime.svg?branch=master)](https://travis-ci.org/CraneStation/wasmtime)
1313
[![Appveyor Status](https://ci.appveyor.com/api/projects/status/vxvpt2plriy5s0mc?svg=true)](https://ci.appveyor.com/project/CraneStation/cranelift)
1414
[![Gitter chat](https://badges.gitter.im/CraneStation/CraneStation.svg)](https://gitter.im/CraneStation/Lobby)
15-
![Minimum rustc 1.30](https://img.shields.io/badge/rustc-1.30+-green.svg)
15+
![Minimum rustc 1.32](https://img.shields.io/badge/rustc-1.32+-green.svg)
1616

1717
*Wasmtime is complete enough to pass the WebAssembly spec testsuite.* Support for
1818
system APIs is coming soon!

0 commit comments

Comments
 (0)