From f6afd03838ca73d3da43a7a973f2d189f392acea Mon Sep 17 00:00:00 2001 From: vms Date: Mon, 26 Apr 2021 12:00:40 +0300 Subject: [PATCH] bump it-types version --- Cargo.lock | 2 +- crates/it-lilo/Cargo.toml | 2 +- crates/it-types/Cargo.toml | 2 +- wasmer-it/Cargo.toml | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index fdce1a0..c194932 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -28,7 +28,7 @@ checksum = "e78d4f1cc4ae33bbfc157ed5d5a5ef3bc29227303d595861deb238fcec4e9457" [[package]] name = "fluence-it-types" -version = "0.2.0" +version = "0.3.0" dependencies = [ "it-to-bytes", "nom", diff --git a/crates/it-lilo/Cargo.toml b/crates/it-lilo/Cargo.toml index 6792fbf..dd994f7 100644 --- a/crates/it-lilo/Cargo.toml +++ b/crates/it-lilo/Cargo.toml @@ -11,7 +11,7 @@ name = "it_lilo" path = "src/lib.rs" [dependencies] -fluence-it-types = { path = "../it-types/", version = "0.2.0" } +fluence-it-types = { path = "../it-types/", version = "0.3.0" } paste = "1.0.5" thiserror = "1.0.24" diff --git a/crates/it-types/Cargo.toml b/crates/it-types/Cargo.toml index 99a0a83..0c89119 100644 --- a/crates/it-types/Cargo.toml +++ b/crates/it-types/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "fluence-it-types" -version = "0.2.0" +version = "0.3.0" description = "Definitions of IValue and IType" authors = ["Fluence Labs"] edition = "2018" diff --git a/wasmer-it/Cargo.toml b/wasmer-it/Cargo.toml index a16f5d6..0070ae4 100644 --- a/wasmer-it/Cargo.toml +++ b/wasmer-it/Cargo.toml @@ -8,7 +8,7 @@ repository = "https://github.com/wasmerio/wasmer" edition = "2018" [dependencies] -fluence-it-types = { path = "../crates/it-types", version = "0.2.0", features = ["impls"] } +fluence-it-types = { path = "../crates/it-types", version = "0.3.0", features = ["impls"] } it-to-bytes = { path = "../crates/to-bytes", version = "0.1.0" } it-lilo = { path = "../crates/it-lilo", version = "0.1.0" }