Skip to content

Commit

Permalink
return stable back
Browse files Browse the repository at this point in the history
  • Loading branch information
stepanLav committed Feb 11, 2025
1 parent 46bcbfa commit 79c04c9
Show file tree
Hide file tree
Showing 9 changed files with 11 additions and 11 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/actions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ jobs:
${{ runner.os }}-spm-
- name: Install Rust targets
uses: dtolnay/rust-toolchain@1.78.0
uses: dtolnay/rust-toolchain@stable
with:
targets: x86_64-apple-ios,aarch64-apple-ios
components: rust-std
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/android-app.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
sudo apt-get install -y clang libclang-dev libopencv-dev
- name: Install Rust stable toolchain
uses: dtolnay/rust-toolchain@1.78.0
uses: dtolnay/rust-toolchain@stable

- name: Install uniffi_bindgen
uses: actions-rs/install@v0.1
Expand Down Expand Up @@ -96,7 +96,7 @@ jobs:
sudo apt-get install -y clang libclang-dev libopencv-dev
- name: Install Rust stable toolchain
uses: dtolnay/rust-toolchain@1.78.0
uses: dtolnay/rust-toolchain@stable

- name: Install uniffi_bindgen
uses: actions-rs/install@v0.1
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/android-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
sudo apt-get install -y clang libclang-dev libopencv-dev
- name: Install Rust stable toolchain
uses: dtolnay/rust-toolchain@1.78.0
uses: dtolnay/rust-toolchain@stable

- name: Install uniffi_bindgen
uses: actions-rs/install@v0.1
Expand Down Expand Up @@ -91,7 +91,7 @@ jobs:
sudo apt-get install -y clang libclang-dev libopencv-dev
- name: Install Rust stable toolchain
uses: dtolnay/rust-toolchain@1.78.0
uses: dtolnay/rust-toolchain@stable

- name: Install uniffi_bindgen
uses: actions-rs/install@v0.1
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/rust-clippy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
sudo apt install -y clang libclang-dev libopencv-dev
- name: Install Rust stable toolchain
uses: dtolnay/rust-toolchain@1.78.0
uses: dtolnay/rust-toolchain@stable

- name: Install uniffi_bindgen
uses: actions-rs/install@v0.1
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/rust-fmt.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
submodules: 'recursive'

- name: Install Rust stable toolchain
uses: dtolnay/rust-toolchain@1.78.0
uses: dtolnay/rust-toolchain@stable

- name: cargo fmt
run: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/rust-test-android.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
sudo apt install -y clang libclang-dev libopencv-dev
- name: Install Rust stable toolchain
uses: dtolnay/rust-toolchain@1.78.0
uses: dtolnay/rust-toolchain@stable

- name: Install cargo-nextest
uses: baptiste0928/cargo-install@1cd874a5478fdca35d868ccc74640c5aabbb8f1b # v3.0.0
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/rust-test-ios.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
brew install opencv
- name: Install Rust stable toolchain
uses: dtolnay/rust-toolchain@1.78.0
uses: dtolnay/rust-toolchain@stable

- name: Install cargo-nextest
uses: baptiste0928/cargo-install@1cd874a5478fdca35d868ccc74640c5aabbb8f1b # v3.0.0
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/testflight-prod.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:
${{ runner.os }}-spm-
- name: Install Rust targets
uses: dtolnay/rust-toolchain@1.78.0
uses: dtolnay/rust-toolchain@stable
with:
targets: x86_64-apple-ios,aarch64-apple-ios
components: rust-std
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/testflight-qa.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:
${{ runner.os }}-spm-
- name: Install Rust targets
uses: dtolnay/rust-toolchain@1.78.0
uses: dtolnay/rust-toolchain@stable
with:
targets: x86_64-apple-ios,aarch64-apple-ios
components: rust-std
Expand Down

0 comments on commit 79c04c9

Please sign in to comment.