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

Commit 045f933

Browse files
chore: bump it-memory-traits version (#46)
* update it-memory-traits version * update Cargo.lock
1 parent 5a77385 commit 045f933

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

Cargo.lock

Lines changed: 1 addition & 1 deletion
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
@@ -12,7 +12,7 @@ path = "src/lib.rs"
1212

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

1717
anyhow = "1.0.75"
1818
paste = "1.0.11"

crates/it-memory-traits/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-memory-traits"
3-
version = "0.4.0"
3+
version = "0.5.0"
44
authors = ["Fluence Labs"]
55
description = "Defines traits that IT uses for accessing memory"
66
edition = "2018"

wasmer-it/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ edition = "2018"
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" }
1313
it-lilo = { path = "../crates/it-lilo", version = "0.7.0" }
14-
it-memory-traits = { path = "../crates/it-memory-traits", version = "0.4.0" }
14+
it-memory-traits = { path = "../crates/it-memory-traits", version = "0.5.0" }
1515

1616
anyhow = "1.0.75"
1717
nom = "7.1"

0 commit comments

Comments
 (0)