Skip to content

Commit

Permalink
air-interpreter-wasm = "=0.14.10"
Browse files Browse the repository at this point in the history
  • Loading branch information
folex committed Oct 21, 2021
1 parent 74d2fb1 commit 527e26e
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions 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/air-interpreter-fs/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ authors = ["Fluence Labs"]
edition = "2018"

[dependencies]
air-interpreter-wasm = "=0.14.7"
air-interpreter-wasm = "=0.14.10"

eyre = "0.6.5"
serde = { version = "1.0.118", features = ["derive"] }
Expand Down
2 changes: 1 addition & 1 deletion crates/local-vm/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ uuid-utils = { path = "../uuid-utils" }
fs-utils = { path = "../fs-utils"}
air-interpreter-fs = { path = "../air-interpreter-fs" }

air-interpreter-wasm = "=0.14.7"
air-interpreter-wasm = "=0.14.10"
avm-server = "0.10.0"

libp2p = { version = "0.36.1", package = "fluence-fork-libp2p", features = ["tcp-tokio"] }
Expand Down
2 changes: 1 addition & 1 deletion particle-node/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ fs-utils = { path = "../crates/fs-utils" }

trust-graph = "0.2.7"
fluence-identity = "0.3.0"
air-interpreter-wasm = "=0.14.7"
air-interpreter-wasm = "=0.14.10"


libp2p = { version = "0.36.2", package = "fluence-fork-libp2p", features = ["tcp-tokio"] }
Expand Down

0 comments on commit 527e26e

Please sign in to comment.