File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff 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
Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ readme = "README.md"
99repository = " https://github.com/ruma/ruma"
1010version = " 0.15.0"
1111edition = " 2021"
12- rust-version = " 1.81 "
12+ rust-version = " 1.82 "
1313
1414[package .metadata .docs .rs ]
1515all-features = true
You can’t perform that action at this time.
0 commit comments