Skip to content

Commit

Permalink
move to AquaVM 0.21.3 (#1254)
Browse files Browse the repository at this point in the history
  • Loading branch information
mikevoronov authored Mar 10, 2022
1 parent 51c44cb commit 14d0032
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.21.0"
air-interpreter-wasm = "=0.21.3"

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 @@ -15,7 +15,7 @@ fs-utils = { path = "../fs-utils"}
aquamarine = { path = "../../aquamarine"}
air-interpreter-fs = { path = "../air-interpreter-fs" }

air-interpreter-wasm = "=0.21.0"
air-interpreter-wasm = "=0.21.3"
avm-server = "0.15.0"

libp2p = "0.42"
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" }
peer-metrics = { path = "../crates/peer-metrics" }

fluence-keypair = "0.6.0"
air-interpreter-wasm = "=0.21.0"
air-interpreter-wasm = "=0.21.3"
avm-server = "0.15.0"

libp2p = "0.42"
Expand Down

0 comments on commit 14d0032

Please sign in to comment.