mirror of
https://github.com/fluencelabs/marine.git
synced 2025-06-12 22:41:26 +00:00
chore: release master (#319)
* chore: release master * chore: Bump marine-js version to 0.4.1
This commit is contained in:
@ -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)
|
||||
|
||||
|
||||
|
@ -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"
|
||||
|
Reference in New Issue
Block a user