Skip to content

Commit 277b331

Browse files
committed
Bump MSRV to 1.82
Some dependencies require that version.
1 parent 7d52daf commit 277b331

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
@@ -44,14 +44,14 @@ jobs:
4444
- name: Install MSRV toolchain
4545
uses: dtolnay/rust-toolchain@master
4646
with:
47-
toolchain: "1.81"
47+
toolchain: "1.82"
4848

4949
- uses: Swatinem/rust-cache@v2
5050
with:
5151
# A stable compiler update should automatically not reuse old caches.
5252
# Add the MSRV as a stable cache key too so bumping it also gets us a
5353
# fresh cache.
54-
shared-key: msrv1.81
54+
shared-key: msrv1.82
5555

5656
- name: Run checks
5757
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"
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)