mirror of
https://github.com/matrix-org/matrix-rust-sdk.git
synced 2026-05-16 12:43:01 -04:00
ci: Bump the version of Rust nightly
Signed-off-by: Kévin Commaille <zecakeh@tedomum.fr>
This commit is contained in:
committed by
Damir Jelić
parent
56739202cf
commit
dad2e6eafd
2
.github/workflows/benchmarks.yml
vendored
2
.github/workflows/benchmarks.yml
vendored
@@ -17,7 +17,7 @@ jobs:
|
||||
- name: Install Rust
|
||||
uses: dtolnay/rust-toolchain@master
|
||||
with:
|
||||
toolchain: nightly-2024-05-19
|
||||
toolchain: nightly-2024-06-24
|
||||
components: rustfmt
|
||||
|
||||
- name: Run Benchmarks
|
||||
|
||||
4
.github/workflows/ci.yml
vendored
4
.github/workflows/ci.yml
vendored
@@ -279,7 +279,7 @@ jobs:
|
||||
- name: Install Rust
|
||||
uses: dtolnay/rust-toolchain@master
|
||||
with:
|
||||
toolchain: nightly-2024-05-19
|
||||
toolchain: nightly-2024-06-24
|
||||
components: rustfmt
|
||||
|
||||
- name: Cargo fmt
|
||||
@@ -316,7 +316,7 @@ jobs:
|
||||
- name: Install Rust
|
||||
uses: dtolnay/rust-toolchain@master
|
||||
with:
|
||||
toolchain: nightly-2024-05-19
|
||||
toolchain: nightly-2024-06-24
|
||||
components: clippy
|
||||
|
||||
- name: Load cache
|
||||
|
||||
2
.github/workflows/documentation.yml
vendored
2
.github/workflows/documentation.yml
vendored
@@ -37,7 +37,7 @@ jobs:
|
||||
- name: Install Rust
|
||||
uses: dtolnay/rust-toolchain@master
|
||||
with:
|
||||
toolchain: nightly-2024-05-19
|
||||
toolchain: nightly-2024-06-24
|
||||
|
||||
- name: Install Node.js
|
||||
uses: actions/setup-node@v4
|
||||
|
||||
@@ -11,7 +11,7 @@ use kotlin::KotlinArgs;
|
||||
use swift::SwiftArgs;
|
||||
use xshell::cmd;
|
||||
|
||||
const NIGHTLY: &str = "nightly-2024-05-19";
|
||||
const NIGHTLY: &str = "nightly-2024-06-24";
|
||||
|
||||
type Result<T, E = Box<dyn std::error::Error>> = std::result::Result<T, E>;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user