Skip to content

Commit

Permalink
chore: upgrade rust version
Browse files Browse the repository at this point in the history
  • Loading branch information
LucasXu0 committed Jun 28, 2024
1 parent c9c8857 commit 9342556
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ios.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ on:

env:
FLUTTER_VERSION: "3.22.0"
RUST_TOOLCHAIN: "1.75"
RUST_TOOLCHAIN: "1.77.2"

jobs:
build:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/linux.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ on:

env:
FLUTTER_VERSION: "3.22.0"
RUST_TOOLCHAIN: "1.75"
RUST_TOOLCHAIN: "1.77.2"

jobs:
build:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/macos.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ on:

env:
FLUTTER_VERSION: "3.22.0"
RUST_TOOLCHAIN: "1.75"
RUST_TOOLCHAIN: "1.77.2"

jobs:
x86_64:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ on:

env:
FLUTTER_VERSION: "3.22.0"
RUST_TOOLCHAIN: "1.75"
RUST_TOOLCHAIN: "1.77.2"

jobs:
prepare:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/windows.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ on:

env:
FLUTTER_VERSION: "3.22.0"
RUST_TOOLCHAIN: "1.75"
RUST_TOOLCHAIN: "1.77.2"

jobs:
build:
Expand Down

0 comments on commit 9342556

Please sign in to comment.