Skip to content

Commit

Permalink
air-interpreter-wasm 0.19.3; avm-server 0.13.0 (#1241)
Browse files Browse the repository at this point in the history
  • Loading branch information
justprosh authored Dec 21, 2021
1 parent 21c21fd commit e303ee6
Show file tree
Hide file tree
Showing 8 changed files with 15 additions and 15 deletions.
12 changes: 6 additions & 6 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 aquamarine/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ control-macro = { path = "../crates/control-macro" }
fs-utils = { path = "../crates/fs-utils" }
particle-execution = { path = "../particle-execution" }

avm-server = "0.12.0"
avm-server = "0.13.0"
libp2p = { version = "0.36.2", package = "fluence-fork-libp2p", features = ["tcp-tokio"] }

futures = "0.3.13"
Expand Down
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.18.0"
air-interpreter-wasm = "=0.19.3"

eyre = "0.6.5"
serde = { version = "1.0.118", features = ["derive"] }
Expand Down
4 changes: 2 additions & 2 deletions crates/local-vm/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@ fs-utils = { path = "../fs-utils"}
aquamarine = { path = "../../aquamarine"}
air-interpreter-fs = { path = "../air-interpreter-fs" }

air-interpreter-wasm = "=0.18.0"
avm-server = "0.12.0"
air-interpreter-wasm = "=0.19.3"
avm-server = "0.13.0"

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

Expand Down
2 changes: 1 addition & 1 deletion crates/particle-args/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ ivalue-utils = { path = "../ivalue-utils" }
json-utils = { path = "../json-utils" }
control-macro = { path = "../control-macro" }

avm-server = "0.12.0"
avm-server = "0.13.0"

serde_json = "1.0.64"
serde = "1.0.130"
Expand Down
2 changes: 1 addition & 1 deletion crates/toy-vms/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ aquamarine = { path = "../../aquamarine" }
particle-protocol = { path = "../../particle-protocol" }
fluence-libp2p = { path = "../libp2p" }

avm-server = "0.12.0"
avm-server = "0.13.0"

futures = "0.3.15"
itertools = "0.10.1"
Expand Down
2 changes: 1 addition & 1 deletion particle-builtins/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ now-millis = { path = "../crates/now-millis" }
toml-utils = { path = "../crates/toml-utils" }

libp2p = { version = "0.36.2", package = "fluence-fork-libp2p", features = ["tcp-tokio"] }
avm-server = "0.12.0"
avm-server = "0.13.0"

async-std = { version = "1.9.0", features = ["unstable"] }
multihash = "0.13.2"
Expand Down
4 changes: 2 additions & 2 deletions particle-node/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,8 @@ fs-utils = { path = "../crates/fs-utils" }

trust-graph = "0.2.7"
fluence-identity = "0.3.0"
air-interpreter-wasm = "=0.18.0"
avm-server = "0.12.0"
air-interpreter-wasm = "=0.19.3"
avm-server = "0.13.0"

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

0 comments on commit e303ee6

Please sign in to comment.