diff --git a/CHANGELOG.md b/CHANGELOG.md index ea1ec69d5e1..113ad0c3e0f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,7 @@ All PRs to the Wasmer repository must add to this file. Blocks of changes will separated by version increments. ## **[Unreleased]** +- [#355](https://github.com/wasmerio/wasmer/pull/355) Misc changes to `Cargo.toml`s for publishing - [#352](https://github.com/wasmerio/wasmer/pull/352) Bump version numbers to 0.3.0 - [#351](https://github.com/wasmerio/wasmer/pull/351) Add hidden option to specify wasm program name (can be used to improve error messages) - [#350](https://github.com/wasmerio/wasmer/pull/350) Enforce that CHANGELOG.md is updated through CI. diff --git a/lib/wasi/Cargo.toml b/lib/wasi/Cargo.toml index 850507b1d55..87224d529bf 100644 --- a/lib/wasi/Cargo.toml +++ b/lib/wasi/Cargo.toml @@ -18,7 +18,6 @@ log = "0.4.6" byteorder = "1.3.1" [dependencies.zbox] -#git = "https://github.com/wasmerio/zbox" -#branch = "bundle-libsodium" -#features = ["libsodium-bundled"] -version = "0.6.1" +git = "https://github.com/wasmerio/zbox" +branch = "bundle-libsodium" +features = ["libsodium-bundled"]