Skip to content
This repository was archived by the owner on Jul 10, 2025. It is now read-only.

Commit 5a77385

Browse files
bump versions (#45)
1 parent 63b4395 commit 5a77385

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

Cargo.lock

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

crates/it-lilo/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "it-lilo"
3-
version = "0.6.0"
3+
version = "0.7.0"
44
authors = ["Fluence Labs"]
55
description = "Defines some helper utils for lifting/lowering IT"
66
edition = "2018"

wasmer-it/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "wasmer-interface-types-fl"
3-
version = "0.27.0"
3+
version = "0.28.0"
44
description = "WebAssembly Interface Types library for Wasmer"
55
license = "MIT"
66
authors = ["The Wasmer Engineering Team <[email protected]>"]
@@ -10,7 +10,7 @@ edition = "2018"
1010
[dependencies]
1111
fluence-it-types = { path = "../crates/it-types", version = "0.4.1", features = ["impls"] }
1212
it-to-bytes = { path = "../crates/to-bytes", version = "0.1.0" }
13-
it-lilo = { path = "../crates/it-lilo", version = "0.6.0" }
13+
it-lilo = { path = "../crates/it-lilo", version = "0.7.0" }
1414
it-memory-traits = { path = "../crates/it-memory-traits", version = "0.4.0" }
1515

1616
anyhow = "1.0.75"

0 commit comments

Comments
 (0)