From aa82df7bc526c9453c14802cfee1b56777269d2a Mon Sep 17 00:00:00 2001 From: Mark McCaskey Date: Fri, 25 Oct 2019 14:42:39 -0700 Subject: [PATCH] Fix github merge move entry in changelog due to release --- CHANGELOG.md | 2 +- lib/runtime-c-api/Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ef174e90283..b4b97be0268 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,7 @@ ## **[Unreleased]** - [#883](https://github.com/wasmerio/wasmer/pull/883) Allow floating point operations to have arbitrary inputs, even including SNaNs. +- [#856](https://github.com/wasmerio/wasmer/pull/856) Expose methods in the runtime C API to get a WASI import object ## 0.9.0 - 2019-10-23 @@ -17,7 +18,6 @@ Special thanks to @alocquet for their contributions! Special thanks to @jdanford for their contributions! -- [#856](https://github.com/wasmerio/wasmer/pull/856) Expose methods in the runtime C API to get a WASI import object - [#850](https://github.com/wasmerio/wasmer/pull/850) New `WasiStateBuilder` API. small, add misc. breaking changes to existing API (for example, changing the preopen dirs arg on `wasi::generate_import_object` from `Vec` to `Vec`) - [#852](https://github.com/wasmerio/wasmer/pull/852) Make minor grammar/capitalization fixes to README.md - [#841](https://github.com/wasmerio/wasmer/pull/841) Slightly improve rustdoc documentation and small updates to outdated info in readme files diff --git a/lib/runtime-c-api/Cargo.toml b/lib/runtime-c-api/Cargo.toml index 216975bd64a..8d5dbb61401 100644 --- a/lib/runtime-c-api/Cargo.toml +++ b/lib/runtime-c-api/Cargo.toml @@ -27,7 +27,7 @@ version = "0.9.0" [dependencies.wasmer-wasi] default-features = false path = "../wasi" -version = "0.8.0" +version = "0.9.0" optional = true [features]