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 @@ -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
Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ readme = "README.md"
99repository = " https://github.com/ruma/ruma-client"
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