Skip to content

Commit fbf046b

Browse files
kearfymacjuul
andauthored
1.2.0 (SurrealDB 2.2.0) (#127)
Co-authored-by: Julian <[email protected]>
1 parent 4a6c560 commit fbf046b

File tree

8 files changed

+211
-107
lines changed

8 files changed

+211
-107
lines changed

.github/workflows/build.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
- name: Install Rust toolchain
3333
uses: actions-rust-lang/setup-rust-toolchain@v1
3434
with:
35-
toolchain: 1.80.1
35+
toolchain: 1.81.0
3636

3737
- name: Install wasm-pack
3838
run: curl https://rustwasm.github.io/wasm-pack/installer/init.sh -sSf | sh

.github/workflows/check.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
- name: Install Rust toolchain
2424
uses: actions-rust-lang/setup-rust-toolchain@v1
2525
with:
26-
toolchain: 1.80.1
26+
toolchain: 1.81.0
2727

2828
- name: Install wasm-pack
2929
run: curl https://rustwasm.github.io/wasm-pack/installer/init.sh -sSf | sh

.github/workflows/publish.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
- name: Install Rust toolchain
2727
uses: actions-rust-lang/setup-rust-toolchain@v1
2828
with:
29-
toolchain: 1.80.1
29+
toolchain: 1.81.0
3030

3131
- name: Install wasm-pack
3232
run: curl https://rustwasm.github.io/wasm-pack/installer/init.sh -sSf | sh

0 commit comments

Comments
 (0)