Skip to content

Commit 90ff257

Browse files
committed
Bump MSRV to 1.82
Some dependencies require that version.
1 parent f479181 commit 90ff257

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
@@ -9,7 +9,7 @@ readme = "README.md"
99
repository = "https://github.com/ruma/ruma-client"
1010
version = "0.15.0"
1111
edition = "2021"
12-
rust-version = "1.81"
12+
rust-version = "1.82"
1313

1414
[package.metadata.docs.rs]
1515
all-features = true

0 commit comments

Comments
 (0)