diff --git a/src/spell/modules/spell/spell-distro/Cargo.toml b/src/spell/modules/spell/spell-distro/Cargo.toml index 6b6c7efd..cae9d6ce 100644 --- a/src/spell/modules/spell/spell-distro/Cargo.toml +++ b/src/spell/modules/spell/spell-distro/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "fluence-spell-distro" description = "distribution of a fluence spell service" -version = "0.6.2" +version = "0.6.3" edition = "2021" include = [ "/src", "/spell-service", "build.rs", "Cargo.toml" ] license = "Apache-2.0" diff --git a/src/spell/modules/spell/spell/build.sh b/src/spell/modules/spell/spell/build.sh index 20e359db..f60d3e3f 100755 --- a/src/spell/modules/spell/spell/build.sh +++ b/src/spell/modules/spell/spell/build.sh @@ -13,7 +13,7 @@ cp ../target/wasm32-wasi/release/spell.wasm artifacts/ if [[ ! -f "artifacts/sqlite3.wasm" ]]; then # download SQLite 3 - curl -L https://github.com/fluencelabs/sqlite/releases/download/sqlite-wasm-v0.18.1/sqlite3.wasm -o artifacts/sqlite3.wasm + curl -L https://github.com/fluencelabs/sqlite/releases/download/sqlite-wasm-v0.18.2/sqlite3.wasm -o artifacts/sqlite3.wasm fi cd ./artifacts diff --git a/src/spell/modules/spell/spell/test.sh b/src/spell/modules/spell/spell/test.sh index 90fdeb15..9d1c5fc6 100755 --- a/src/spell/modules/spell/spell/test.sh +++ b/src/spell/modules/spell/spell/test.sh @@ -14,7 +14,7 @@ cp ../target/wasm32-wasi/release/spell.wasm tests_artifacts/ if [[ ! -f "tests_artifacts/sqlite3.wasm" ]]; then # download SQLite 3 - curl -L https://github.com/fluencelabs/sqlite/releases/download/sqlite-wasm-v0.18.1/sqlite3.wasm -o tests_artifacts/sqlite3.wasm + curl -L https://github.com/fluencelabs/sqlite/releases/download/sqlite-wasm-v0.18.2/sqlite3.wasm -o tests_artifacts/sqlite3.wasm fi # run tests