Skip to content

Commit 687121f

Browse files
authored
chore: upgrade rust version to 1.80.1 (#6916)
1 parent e32c584 commit 687121f

File tree

6 files changed

+13
-14
lines changed

6 files changed

+13
-14
lines changed

Diff for: .github/workflows/release.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ on:
77

88
env:
99
FLUTTER_VERSION: "3.22.0"
10-
RUST_TOOLCHAIN: "1.77.2"
10+
RUST_TOOLCHAIN: "1.80.1"
1111

1212
jobs:
1313
create-release:

Diff for: .github/workflows/rust_ci.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ on:
1919
env:
2020
CARGO_TERM_COLOR: always
2121
CLOUD_VERSION: 0.7.6-amd64
22-
RUST_TOOLCHAIN: "1.77.2"
22+
RUST_TOOLCHAIN: "1.80.1"
2323

2424
jobs:
2525
self-hosted-job:

Diff for: .github/workflows/rust_coverage.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ on:
1111
env:
1212
CARGO_TERM_COLOR: always
1313
FLUTTER_VERSION: "3.22.0"
14-
RUST_TOOLCHAIN: "1.77.2"
14+
RUST_TOOLCHAIN: "1.80.1"
1515

1616
jobs:
1717
tests:

Diff for: .github/workflows/tauri2_ci.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ on:
1111
env:
1212
NODE_VERSION: "18.16.0"
1313
PNPM_VERSION: "8.5.0"
14-
RUST_TOOLCHAIN: "1.77.2"
14+
RUST_TOOLCHAIN: "1.80.1"
1515
CARGO_MAKE_VERSION: "0.36.6"
1616
CI: true
1717

@@ -121,4 +121,4 @@ jobs:
121121
with:
122122
tauriScript: pnpm tauri
123123
projectPath: frontend/appflowy_web_app
124-
args: "--debug"
124+
args: "--debug"

Diff for: .github/workflows/tauri_ci.yaml

+3-3
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ on:
77
env:
88
NODE_VERSION: "18.16.0"
99
PNPM_VERSION: "8.5.0"
10-
RUST_TOOLCHAIN: "1.77.2"
10+
RUST_TOOLCHAIN: "1.80.1"
1111

1212
concurrency:
1313
group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}
@@ -19,7 +19,7 @@ jobs:
1919
strategy:
2020
fail-fast: false
2121
matrix:
22-
platform: [ ubuntu-20.04 ]
22+
platform: [ubuntu-20.04]
2323

2424
runs-on: ${{ matrix.platform }}
2525

@@ -108,4 +108,4 @@ jobs:
108108
with:
109109
tauriScript: pnpm tauri
110110
projectPath: frontend/appflowy_tauri
111-
args: "--debug"
111+
args: "--debug"

Diff for: .github/workflows/tauri_release.yml

+5-6
Original file line numberDiff line numberDiff line change
@@ -4,20 +4,19 @@ on:
44
workflow_dispatch:
55
inputs:
66
branch:
7-
description: 'The branch to release'
7+
description: "The branch to release"
88
required: true
9-
default: 'main'
9+
default: "main"
1010
version:
11-
description: 'The version to release'
11+
description: "The version to release"
1212
required: true
13-
default: '0.0.0'
13+
default: "0.0.0"
1414
env:
1515
NODE_VERSION: "18.16.0"
1616
PNPM_VERSION: "8.5.0"
17-
RUST_TOOLCHAIN: "1.77.2"
17+
RUST_TOOLCHAIN: "1.80.1"
1818

1919
jobs:
20-
2120
publish-tauri:
2221
permissions:
2322
contents: write

0 commit comments

Comments
 (0)