diff --git a/Cargo.lock b/Cargo.lock index 6f9309a..9fc9e97 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -33,7 +33,7 @@ dependencies = [ [[package]] name = "it-lilo" -version = "0.5.1" +version = "0.6.0" dependencies = [ "anyhow", "fluence-it-types", @@ -228,7 +228,7 @@ dependencies = [ [[package]] name = "wasmer-interface-types-fl" -version = "0.26.1" +version = "0.27.0" dependencies = [ "anyhow", "fluence-it-types", diff --git a/crates/it-lilo/Cargo.toml b/crates/it-lilo/Cargo.toml index f9cbe51..63fc8df 100644 --- a/crates/it-lilo/Cargo.toml +++ b/crates/it-lilo/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "it-lilo" -version = "0.5.1" +version = "0.6.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 f6b2d43..95370e0 100644 --- a/wasmer-it/Cargo.toml +++ b/wasmer-it/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "wasmer-interface-types-fl" -version = "0.26.1" +version = "0.27.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.5.1" } +it-lilo = { path = "../crates/it-lilo", version = "0.6.0" } it-memory-traits = { path = "../crates/it-memory-traits", version = "0.4.0" } anyhow = "1.0.75"