mirror of
https://github.com/fluencelabs/marine.git
synced 2024-12-04 19:50:19 +00:00
Update air-interpreter-interface branch (#79)
This commit is contained in:
parent
c7ae9972fd
commit
a9494fb780
2
Cargo.lock
generated
2
Cargo.lock
generated
@ -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",
|
||||
|
@ -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"
|
||||
|
@ -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";
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user