mirror of
https://github.com/fluencelabs/wasmer
synced 2024-12-06 02:50:18 +00:00
add changelog entry
This commit is contained in:
parent
a36ab1cd78
commit
5771c904f8
@ -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.
|
||||
|
@ -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"]
|
||||
|
Loading…
Reference in New Issue
Block a user