diff --git a/.travis.yml b/.travis.yml index 86529495c7..d7ac78b01d 100644 --- a/.travis.yml +++ b/.travis.yml @@ -4,7 +4,7 @@ os: - osx language: rust rust: - - 1.34.0 + - 1.35.0 - beta - nightly matrix: diff --git a/Cargo.toml b/Cargo.toml index c0ccc9a9de..fd64c3d4cc 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -29,10 +29,10 @@ wasmtime-runtime = { git = "https://github.com/cranestation/wasmtime" } wasmtime-environ = { git = "https://github.com/cranestation/wasmtime" } wasmtime-jit = { git = "https://github.com/cranestation/wasmtime" } wasmtime-wasi = { git = "https://github.com/cranestation/wasmtime" } -cranelift-codegen = "0.30.0" -cranelift-entity = "0.30.0" -cranelift-wasm = "0.30.0" -cranelift-native = "0.30.0" +cranelift-codegen = "0.33.0" +cranelift-entity = "0.33.0" +cranelift-wasm = "0.33.0" +cranelift-native = "0.33.0" target-lexicon = "0.3.0" [patch."https://github.com/CraneStation/wasi-common"] diff --git a/README.md b/README.md index 7f1f2ef4ff..22e4c41a64 100644 --- a/README.md +++ b/README.md @@ -1,12 +1,12 @@ # wasi-common -[![travis-build-status]][travis] [![appveyor-build-status]][appveyor] [![rustc-1.34]][rustc] +[![travis-build-status]][travis] [![appveyor-build-status]][appveyor] [![rustc-1.35]][rustc] [travis-build-status]: https://travis-ci.org/CraneStation/wasi-common.svg?branch=master [travis]: https://travis-ci.org/CraneStation/wasi-common [appveyor-build-status]: https://ci.appveyor.com/api/projects/status/github/cranestation/wasi-common?svg=true [appveyor]: https://ci.appveyor.com/project/cranestation/wasi-common -[rustc-1.34]: https://img.shields.io/badge/rustc-1.34+-lightgray.svg -[rustc]: https://blog.rust-lang.org/2019/04/11/Rust-1.34.0.html +[rustc-1.35]: https://img.shields.io/badge/rustc-1.35+-lightgray.svg +[rustc]: https://blog.rust-lang.org/2019/05/23/Rust-1.35.0.html [Wasmtime]: https://github.com/CraneStation/wasmtime [Lucet]: https://github.com/fastly/lucet [lucet-wasi]: https://github.com/fastly/lucet/tree/master/lucet-wasi @@ -20,7 +20,7 @@ such as [Wasmtime] and [Lucet]. The library is an adaption of [lucet-wasi] crate from the [Lucet] project, and it is currently based on [40ae1df][lucet-wasi-tracker] git revision. -Please note that the library requires Rust compiler version at least 1.34.0. +Please note that the library requires Rust compiler version at least 1.35.0. ## Supported syscalls