mirror of
https://github.com/fluencelabs/marine.git
synced 2025-06-23 19:51:39 +00:00
bump crate versions (#144)
* bump minor crate versions * fix marine-web build * sort deps
This commit is contained in:
@ -1,7 +1,7 @@
|
||||
[package]
|
||||
name = "marine-module-interface"
|
||||
description = "Fluence Marine module interface"
|
||||
version = "0.2.0"
|
||||
version = "0.3.0"
|
||||
authors = ["Fluence Labs"]
|
||||
license = "Apache-2.0"
|
||||
edition = "2018"
|
||||
@ -11,7 +11,7 @@ name = "marine_module_interface"
|
||||
path = "src/lib.rs"
|
||||
|
||||
[dependencies]
|
||||
marine-it-interfaces = { path = "../it-interfaces", version = "0.5.0" }
|
||||
marine-it-interfaces = { path = "../it-interfaces", version = "0.6.0" }
|
||||
|
||||
anyhow = "1.0.31"
|
||||
walrus = "0.18.0"
|
||||
|
Reference in New Issue
Block a user