Skip to content

Commit

Permalink
Change release channel
Browse files Browse the repository at this point in the history
  • Loading branch information
pvshvp-oss committed Mar 11, 2024
1 parent 6f9aea9 commit 2f3f32f
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/api_documentation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ jobs:
id: toolchain_install_step
uses: dtolnay/rust-toolchain@master
with:
toolchain: nightly
toolchain: stable
targets: ${{ matrix.compilation_target }}
components: rustc, cargo
- name: 🔄 Install Cross-Compilation Tools Step
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/code_test_coverage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ jobs:
id: toolchain_install_step
uses: dtolnay/rust-toolchain@master
with:
toolchain: nightly
toolchain: stable
targets: ${{ matrix.compilation_target }}
components: rustc, cargo
- name: 🔄 Install Cross-Compilation Tools Step
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/code_validation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ jobs:
id: toolchain_install_step
uses: dtolnay/rust-toolchain@master
with:
toolchain: nightly
toolchain: stable
targets: ${{ matrix.compilation_target }}
components: ${{ matrix.rust_toolchain_components }}
- name: 🔄 Install Cross-Compilation Tools Step
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/templates/multi_target.yml
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ jobs:
id: toolchain_install_step
uses: dtolnay/rust-toolchain@master
with:
toolchain: nightly
toolchain: stable
targets: ${{ matrix.compilation_target }}
components: rustc, cargo
- name: 🔄 Install Cross-Compilation Tools Step
Expand Down
2 changes: 1 addition & 1 deletion rust-toolchain.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[toolchain]
channel = "nightly"
channel = "stable"
components = ["rustc", "cargo", "rust-std", "rustfmt"]
targets = [
"x86_64-unknown-linux-gnu",
Expand Down

0 comments on commit 2f3f32f

Please sign in to comment.