Skip to content

Commit 2c031e1

Browse files
committed
chore: use rust 1.92
1 parent 7d87fd0 commit 2c031e1

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/cloud_backend_ci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ on:
1717

1818
env:
1919
CARGO_TERM_COLOR: always
20-
RUST_TOOLCHAIN: "1.86.0"
20+
RUST_TOOLCHAIN: "1.92.0"
2121
DATABASE_URL: postgres://postgres:password@localhost:5432/appflowy_cloud
2222

2323
concurrency:

.github/workflows/cloud_integration_ci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ env:
3232
POSTGRES_PASSWORD: password
3333
DATABASE_URL: postgres://postgres:password@localhost:5432/postgres
3434
SQLX_OFFLINE: true
35-
RUST_TOOLCHAIN: "1.86.0"
35+
RUST_TOOLCHAIN: "1.92.0"
3636

3737
jobs:
3838
setup:

.github/workflows/cloud_rustlint_ci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ env:
1919
SQLX_VERSION: 0.7.1
2020
SQLX_FEATURES: "rustls,postgres"
2121
SQLX_OFFLINE: true
22-
RUST_TOOLCHAIN: "1.86.0"
22+
RUST_TOOLCHAIN: "1.92.0"
2323

2424
concurrency:
2525
group: ${{ github.workflow }}-${{ github.event.client_payload.pr_number || github.event.inputs.pr_number || github.ref }}

0 commit comments

Comments
 (0)