Skip to content

Commit

Permalink
air-interpreter-wasm = "=0.21.0" (#1253)
Browse files Browse the repository at this point in the history
  • Loading branch information
folex authored Mar 1, 2022
1 parent aab36fc commit 51c44cb
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 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.20.8"
air-interpreter-wasm = "=0.21.0"

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.20.8"
air-interpreter-wasm = "=0.21.0"
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.20.8"
air-interpreter-wasm = "=0.21.0"
avm-server = "0.15.0"

libp2p = "0.42"
Expand Down
2 changes: 1 addition & 1 deletion particle-node/tests/builtins/download_builtins.sh
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ SERVICES_DIR="${BUILTINS_DIR}/services"
TAR="aqua-dht.tar.gz"

echo "*** downloading $TAR ***"
URL="https://github.com/fluencelabs/aqua-dht/releases/latest/download/aqua-dht.tar.gz"
URL="https://github.com/fluencelabs/registry/releases/download/v0.2.5/aqua-dht.tar.gz"
curl --fail -L "$URL" -o "$TAR"

echo "*** extracting $TAR ***"
Expand Down

0 comments on commit 51c44cb

Please sign in to comment.