fix(deps): update aqua-lib to 0.7.0 and aqua to 0.10.3 (#70)

* update aqua-lib
* update rust
This commit is contained in:
Maria Kuklina 2023-04-12 15:34:17 +02:00 committed by GitHub
parent fb3796459e
commit a4403e1e64
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 1754 additions and 2742 deletions

4490
aqua/package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@ -6,7 +6,7 @@
"*.aqua"
],
"dependencies": {
"@fluencelabs/aqua-lib": "^0.5.2"
"@fluencelabs/aqua-lib": "^0.7.0"
},
"scripts": {
"generate-aqua": "../service/build.sh",
@ -31,6 +31,6 @@
},
"homepage": "https://github.com/fluencelabs/aqua-ipfs#readme",
"devDependencies": {
"@fluencelabs/aqua": "0.7.4-322"
"@fluencelabs/aqua": "0.10.3"
}
}

View File

@ -1,4 +1,4 @@
[toolchain]
channel = "nightly-2022-08-30"
channel = "nightly-2022-12-06"
targets = [ "x86_64-unknown-linux-gnu", "wasm32-wasi", "x86_64-apple-darwin" ]
components = [ "rustfmt", "clippy" ]