Skip to content

Commit 4b241c4

Browse files
committed
Bump MSRV
1 parent 6ffca66 commit 4b241c4

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/umbral-pre.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
strategy:
2828
matrix:
2929
rust:
30-
- 1.70.0 # MSRV
30+
- 1.81.0 # MSRV
3131
- stable
3232
target:
3333
- wasm32-unknown-unknown
@@ -45,7 +45,7 @@ jobs:
4545
strategy:
4646
matrix:
4747
rust:
48-
- 1.70.0 # MSRV
48+
- 1.81.0 # MSRV
4949
- stable
5050
target:
5151
- thumbv7em-none-eabi
@@ -63,7 +63,7 @@ jobs:
6363
strategy:
6464
matrix:
6565
rust:
66-
- 1.70.0 # MSRV
66+
- 1.81.0 # MSRV
6767
- stable
6868
steps:
6969
- uses: actions/checkout@v2
@@ -79,7 +79,7 @@ jobs:
7979
matrix:
8080
include:
8181
- target: x86_64-unknown-linux-gnu
82-
rust: 1.70.0 # MSRV
82+
rust: 1.81.0 # MSRV
8383
- target: x86_64-unknown-linux-gnu
8484
rust: stable
8585

0 commit comments

Comments
 (0)