Skip to content

Commit 9a8a937

Browse files
committed
Bump MSRV
1 parent 76b03f7 commit 9a8a937

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,14 +49,14 @@ jobs:
4949
- name: Install MSRV toolchain
5050
uses: dtolnay/rust-toolchain@master
5151
with:
52-
toolchain: "1.81"
52+
toolchain: "1.82"
5353

5454
- uses: Swatinem/rust-cache@v2
5555
with:
5656
# A stable compiler update should automatically not reuse old caches.
5757
# Add the MSRV as a stable cache key too so bumping it also gets us a
5858
# fresh cache.
59-
shared-key: msrv1.81
59+
shared-key: msrv1.82
6060

6161
- name: Run checks
6262
run: cargo check --all-features

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ keywords = ["matrix", "chat", "messaging", "ruma"]
88
license = "MIT"
99
repository = "https://github.com/ruma/synapse-admin-api"
1010
edition = "2018"
11-
rust-version = "1.81"
11+
rust-version = "1.82"
1212

1313
[features]
1414
client = []

0 commit comments

Comments
 (0)