chore: release master (#319)

* chore: release master

* chore: Bump marine-js version to 0.4.1
This commit is contained in:
fluencebot
2023-04-04 17:18:19 +03:00
committed by GitHub
parent f745a70214
commit 9b582ba2ed
32 changed files with 249 additions and 95 deletions

View File

@ -1,5 +1,9 @@
# Changelog
* The following workspace dependencies were updated
* dependencies
* marine-wasm-backend-traits bumped from 0.2.0 to 0.2.1
## [0.6.0](https://github.com/fluencelabs/marine/compare/marine-module-info-parser-v0.5.1...marine-module-info-parser-v0.6.0) (2023-03-14)

View File

@ -1,7 +1,7 @@
[package]
name = "marine-module-info-parser"
description = "Fluence Marine Wasm module info (manifest and version) parser"
version = "0.6.0"
version = "0.6.1"
authors = ["Fluence Labs"]
license = "Apache-2.0"
edition = "2021"
@ -13,7 +13,7 @@ path = "src/lib.rs"
[dependencies]
marine-rs-sdk-main = "0.7.1"
marine-wasm-backend-traits = { path = "../wasm-backend-traits", version = "0.2.0"}
marine-wasm-backend-traits = { path = "../wasm-backend-traits", version = "0.2.1"}
anyhow = "1.0.66"
chrono = "0.4.23"