Skip to content

Commit 44ca83c

Browse files
chore: bump crate versions (#41)
1 parent cdcf051 commit 44ca83c

File tree

4 files changed

+9
-9
lines changed

4 files changed

+9
-9
lines changed

Cargo.lock

+3-3
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

crates/it-lilo/Cargo.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "it-lilo"
3-
version = "0.5.0"
3+
version = "0.5.1"
44
authors = ["Fluence Labs"]
55
description = "Defines some helper utils for lifting/lowering IT"
66
edition = "2018"
@@ -11,7 +11,7 @@ name = "it_lilo"
1111
path = "src/lib.rs"
1212

1313
[dependencies]
14-
fluence-it-types = { path = "../it-types/", version = "0.4.0" }
14+
fluence-it-types = { path = "../it-types/", version = "0.4.1" }
1515
it-memory-traits = { path = "../it-memory-traits", version = "0.4.0" }
1616

1717
paste = "1.0.11"

crates/it-types/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "fluence-it-types"
3-
version = "0.4.0"
3+
version = "0.4.1"
44
description = "Definitions of IValue and IType"
55
authors = ["Fluence Labs"]
66
edition = "2018"

wasmer-it/Cargo.toml

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,16 @@
11
[package]
22
name = "wasmer-interface-types-fl"
3-
version = "0.26.0"
3+
version = "0.26.1"
44
description = "WebAssembly Interface Types library for Wasmer"
55
license = "MIT"
66
authors = ["The Wasmer Engineering Team <[email protected]>"]
77
repository = "https://github.com/wasmerio/wasmer"
88
edition = "2018"
99

1010
[dependencies]
11-
fluence-it-types = { path = "../crates/it-types", version = "0.4.0", features = ["impls"] }
11+
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.5.0" }
13+
it-lilo = { path = "../crates/it-lilo", version = "0.5.1" }
1414
it-memory-traits = { path = "../crates/it-memory-traits", version = "0.4.0" }
1515

1616
nom = "7.1"

0 commit comments

Comments
 (0)