We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8d9e425 commit c6c5629Copy full SHA for c6c5629
.github/workflows/spake2.yml
@@ -22,7 +22,7 @@ jobs:
22
strategy:
23
matrix:
24
rust:
25
- - 1.85.0 # MSRV
+ - 1.85 # MSRV
26
- stable
27
target:
28
- thumbv7em-none-eabi
@@ -40,7 +40,7 @@ jobs:
40
41
42
43
44
45
steps:
46
- uses: actions/checkout@v6
.github/workflows/srp.yml
@@ -24,7 +24,7 @@ jobs:
29
30
0 commit comments