mirror of
https://github.com/fluencelabs/marine.git
synced 2025-03-14 21:40:49 +00:00
* chore(deps): update all non-major rust dependencies * fix build * fmt * update generated code in marine-js * bump marine-runtime version * update gitignore * Revert "bump marine-runtime version" This reverts commit 7cf9f0b6d489408d35b3f86807d9ad7684f0708a. * bump versions 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.1"
|
|
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.16.0"
|
|
semver = "1.0.14"
|