bump versions (#45)

This commit is contained in:
Valery Antopol 2024-01-25 15:36:49 +03:00 committed by GitHub
parent 63b4395ab5
commit 5a77385470
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
3 changed files with 5 additions and 5 deletions

4
Cargo.lock generated
View File

@ -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",

View File

@ -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"

View File

@ -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 <engineering@wasmer.io>"]
@ -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"