We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6ffca66 commit 4b241c4Copy full SHA for 4b241c4
.github/workflows/umbral-pre.yml
@@ -27,7 +27,7 @@ jobs:
27
strategy:
28
matrix:
29
rust:
30
- - 1.70.0 # MSRV
+ - 1.81.0 # MSRV
31
- stable
32
target:
33
- wasm32-unknown-unknown
@@ -45,7 +45,7 @@ jobs:
45
46
47
48
49
50
51
- thumbv7em-none-eabi
@@ -63,7 +63,7 @@ jobs:
63
64
65
66
67
68
steps:
69
- uses: actions/checkout@v2
@@ -79,7 +79,7 @@ jobs:
79
80
include:
81
- target: x86_64-unknown-linux-gnu
82
- rust: 1.70.0 # MSRV
+ rust: 1.81.0 # MSRV
83
84
rust: stable
85
0 commit comments