Skip to content

Commit

Permalink
chore: bump it-memory-traits version (#46)
Browse files Browse the repository at this point in the history
* update it-memory-traits version

* update Cargo.lock
  • Loading branch information
ValeryAntopol authored Jan 25, 2024
1 parent 5a77385 commit 045f933
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion crates/it-lilo/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ path = "src/lib.rs"

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

anyhow = "1.0.75"
paste = "1.0.11"
Expand Down
2 changes: 1 addition & 1 deletion crates/it-memory-traits/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "it-memory-traits"
version = "0.4.0"
version = "0.5.0"
authors = ["Fluence Labs"]
description = "Defines traits that IT uses for accessing memory"
edition = "2018"
Expand Down
2 changes: 1 addition & 1 deletion wasmer-it/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ edition = "2018"
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.7.0" }
it-memory-traits = { path = "../crates/it-memory-traits", version = "0.4.0" }
it-memory-traits = { path = "../crates/it-memory-traits", version = "0.5.0" }

anyhow = "1.0.75"
nom = "7.1"
Expand Down

0 comments on commit 045f933

Please sign in to comment.