From 5a7738547098f25094db624c75b278d2e51ff23d Mon Sep 17 00:00:00 2001 From: Valery Antopol Date: Thu, 25 Jan 2024 15:36:49 +0300 Subject: [PATCH] bump versions (#45) --- Cargo.lock | 4 ++-- crates/it-lilo/Cargo.toml | 2 +- wasmer-it/Cargo.toml | 4 ++-- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 415e75d..4f90276 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -139,7 +139,7 @@ dependencies = [ [[package]] name = "it-lilo" -version = "0.6.0" +version = "0.7.0" dependencies = [ "anyhow", "async-recursion", @@ -368,7 +368,7 @@ dependencies = [ [[package]] name = "wasmer-interface-types-fl" -version = "0.27.0" +version = "0.28.0" dependencies = [ "anyhow", "fluence-it-types", diff --git a/crates/it-lilo/Cargo.toml b/crates/it-lilo/Cargo.toml index dad00e6..aaf185b 100644 --- a/crates/it-lilo/Cargo.toml +++ b/crates/it-lilo/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "it-lilo" -version = "0.6.0" +version = "0.7.0" authors = ["Fluence Labs"] description = "Defines some helper utils for lifting/lowering IT" edition = "2018" diff --git a/wasmer-it/Cargo.toml b/wasmer-it/Cargo.toml index cc85c86..b29b008 100644 --- a/wasmer-it/Cargo.toml +++ b/wasmer-it/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "wasmer-interface-types-fl" -version = "0.27.0" +version = "0.28.0" description = "WebAssembly Interface Types library for Wasmer" license = "MIT" authors = ["The Wasmer Engineering Team "] @@ -10,7 +10,7 @@ edition = "2018" [dependencies] fluence-it-types = { path = "../crates/it-types", version = "0.4.1", features = ["impls"] } it-to-bytes = { path = "../crates/to-bytes", version = "0.1.0" } -it-lilo = { path = "../crates/it-lilo", version = "0.6.0" } +it-lilo = { path = "../crates/it-lilo", version = "0.7.0" } it-memory-traits = { path = "../crates/it-memory-traits", version = "0.4.0" } anyhow = "1.0.75"