Skip to content

Commit 1120523

Browse files
authored
Update AIR interpreter to 0.17.7 (#1238)
1 parent 69162ec commit 1120523

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

Diff for: Cargo.lock

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Diff for: crates/air-interpreter-fs/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ authors = ["Fluence Labs"]
55
edition = "2018"
66

77
[dependencies]
8-
air-interpreter-wasm = "=0.16.0-restriction-operator.9"
8+
air-interpreter-wasm = "=0.17.7"
99

1010
eyre = "0.6.5"
1111
serde = { version = "1.0.118", features = ["derive"] }

Diff for: crates/local-vm/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ fs-utils = { path = "../fs-utils"}
1515
aquamarine = { path = "../../aquamarine"}
1616
air-interpreter-fs = { path = "../air-interpreter-fs" }
1717

18-
air-interpreter-wasm = "=0.16.0-restriction-operator.9"
18+
air-interpreter-wasm = "=0.17.7"
1919
avm-server = "0.11.0"
2020

2121
libp2p = { version = "0.36.1", package = "fluence-fork-libp2p", features = ["tcp-tokio"] }

Diff for: particle-node/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ fs-utils = { path = "../crates/fs-utils" }
2323

2424
trust-graph = "0.2.7"
2525
fluence-identity = "0.3.0"
26-
air-interpreter-wasm = "=0.16.0-restriction-operator.9"
26+
air-interpreter-wasm = "=0.17.7"
2727
avm-server = "0.11.0"
2828

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

0 commit comments

Comments
 (0)