diff options
author | Jason Little <realtyem@gmail.com> | 2023-03-04 20:53:12 -0600 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-03-04 20:53:12 -0600 |
commit | 98da5039631663ced26d7ad514e15d1e65a72f15 (patch) | |
tree | 67c17ab53b33895a89caf7de1841c4320fba07a8 /.github | |
parent | Disambiguate a confusing mess of 'worker_roles', 'workers_roles', 'worker_typ... (diff) | |
parent | Use nightly rustfmt in CI (#15188) (diff) | |
download | synapse-98da5039631663ced26d7ad514e15d1e65a72f15.tar.xz |
Merge branch 'develop' into comp-worker-shorthand
Diffstat (limited to '.github')
-rw-r--r-- | .github/workflows/tests.yml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 48a33c2f49..806bd2bfa4 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -156,7 +156,8 @@ jobs: # We pin to a specific commit for paranoia's sake. uses: dtolnay/rust-toolchain@e12eda571dc9a5ee5d58eecf4738ec291c66f295 with: - toolchain: 1.58.1 + # We use nightly so that it correctly groups together imports + toolchain: nightly-2022-12-01 components: rustfmt - uses: Swatinem/rust-cache@v2 |