bump versions (#43)

This commit is contained in:
Valery Antopol 2023-11-02 19:23:50 +04:00 committed by GitHub
parent 354539f5cb
commit 2a2288f2c1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 5 additions and 5 deletions

4
Cargo.lock generated
View File

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

View File

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

View File

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