Mark some crates as publish = false + add CI to publish crates (#105)

This commit is contained in:
folex
2021-05-19 12:43:49 +03:00
committed by GitHub
parent 3a75162869
commit ccba158d81
11 changed files with 91 additions and 22 deletions

View File

@ -1,17 +1,21 @@
[package]
name = "air-interpreter-interface"
description = "Interface of the AIR interpreter"
version = "0.5.0"
version = "0.5.1"
authors = ["Fluence Labs"]
edition = "2018"
license = "Apache-2.0"
documentation = "https://docs.rs/air-interpreter-interface"
repository = "https://github.com/fluencelabs/air"
keywords = ["fluence", "air", "webassembly", "programming-language"]
categories = ["wasm"]
[lib]
name = "air_interpreter_interface"
path = "src/lib.rs"
[dependencies]
fluence = "0.6.5"
fluence = "0.6.8"
fluence-it-types = "0.3.0"
serde = "=1.0.118"