mirror of
https://github.com/fluencelabs/marine.git
synced 2025-03-15 14:00:50 +00:00
* Update Rust crate semver to v1 * bump all the deps * update wasmer-it and fix build * bump more versions + fix marine-js Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Valery Antopol <valery.antopol@gmail.com>
16 lines
320 B
TOML
16 lines
320 B
TOML
[package]
|
|
name = "marine-min-it-version"
|
|
version = "0.2.0"
|
|
description = "Fluence Marine interface types minimum supported version checker"
|
|
authors = ["Fluence Labs"]
|
|
license = "Apache-2.0"
|
|
edition = "2018"
|
|
|
|
[lib]
|
|
name = "marine_min_it_version"
|
|
path = "src/lib.rs"
|
|
|
|
[dependencies]
|
|
once_cell = "1.14.0"
|
|
semver = "1.0.13"
|