mirror of
https://github.com/fluencelabs/marine.git
synced 2025-03-15 05:50:49 +00:00
* Update all non-major Rust dependencies * fix tokio features * add rt tokio feature * bump bytes crate version to keep up with reqwest * update tokio to 1.21.0 * bump crate versions * use latest rust toolchain always * update wasm-bindgen generated and patched code * revert toolchaijn version change * revert toolchaijn version change 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.1.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.13.1"
|
|
semver = "0.11.0"
|