Update air-interpreter-interface branch (#79)

This commit is contained in:
vms 2021-04-26 15:25:04 +03:00 committed by GitHub
parent c7ae9972fd
commit a9494fb780
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 3 additions and 3 deletions

2
Cargo.lock generated
View File

@ -44,7 +44,7 @@ checksum = "28b2cd92db5cbd74e8e5028f7e27dd7aa3090e89e4f2a197cc7c8dfb69c7063b"
[[package]]
name = "aqua-interpreter-interface"
version = "0.4.0"
source = "git+https://github.com/fluencelabs/air?branch=bwu#ba3809ae175217ab20cb2763d5bb7612da982906"
source = "git+https://github.com/fluencelabs/air#7097b255334c518ce52faf733a5fa295c0a5768e"
dependencies = [
"fluence",
"fluence-it-types",

View File

@ -12,7 +12,7 @@ path = "src/lib.rs"
[dependencies]
fluence-faas = { path = "../fluence-faas", version = "0.6.0" }
aqua-interpreter-interface = { git = "https://github.com/fluencelabs/air", branch = "bwu" }
aqua-interpreter-interface = { git = "https://github.com/fluencelabs/air" }
maplit = "1.0.2"
serde_json = "1.0.60"

View File

@ -18,7 +18,7 @@ use fce::FCE;
use fce::IValue;
const REDIS_DOWNLOAD_URL: &str =
"https://github.com/fluencelabs/redis/releases/download/v0.12.0_w/redis.wasm";
"https://github.com/fluencelabs/redis/releases/download/v0.14.0_w/redis.wasm";
const SQLITE_DOWNLOAD_URL: &str =
"https://github.com/fluencelabs/sqlite/releases/download/v0.14.0_w/sqlite3.wasm";