Skip to content

Commit df17081

Browse files
authoredOct 16, 2024··
Bump hybrid-array to v0.2.0-rc.11; MSRV 1.81 (#1092)
1 parent 4333c01 commit df17081

39 files changed

+86
-86
lines changed
 

‎.github/workflows/bign256.yml

+6-6
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
strategy:
2525
matrix:
2626
rust:
27-
- 1.73.0 # MSRV
27+
- 1.81.0 # MSRV
2828
- stable
2929
target:
3030
- thumbv7em-none-eabi
@@ -46,15 +46,15 @@ jobs:
4646
include:
4747
# 32-bit Linux
4848
- target: i686-unknown-linux-gnu
49-
rust: 1.73.0 # MSRV
49+
rust: 1.81.0 # MSRV
5050
deps: sudo apt update && sudo apt install gcc-multilib
5151
- target: i686-unknown-linux-gnu
5252
rust: stable
5353
deps: sudo apt update && sudo apt install gcc-multilib
5454

5555
# 64-bit Linux
5656
- target: x86_64-unknown-linux-gnu
57-
rust: 1.73.0 # MSRV
57+
rust: 1.81.0 # MSRV
5858
- target: x86_64-unknown-linux-gnu
5959
rust: stable
6060

@@ -76,19 +76,19 @@ jobs:
7676
include:
7777
# ARM32
7878
- target: armv7-unknown-linux-gnueabihf
79-
rust: 1.73.0 # MSRV (cross)
79+
rust: 1.81.0 # MSRV (cross)
8080
- target: armv7-unknown-linux-gnueabihf
8181
rust: stable
8282

8383
# ARM64
8484
- target: aarch64-unknown-linux-gnu
85-
rust: 1.73.0 # MSRV (cross)
85+
rust: 1.81.0 # MSRV (cross)
8686
- target: aarch64-unknown-linux-gnu
8787
rust: stable
8888

8989
# PPC32
9090
- target: powerpc-unknown-linux-gnu
91-
rust: 1.73.0 # MSRV (cross)
91+
rust: 1.81.0 # MSRV (cross)
9292
- target: powerpc-unknown-linux-gnu
9393
rust: stable
9494

‎.github/workflows/bp256.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
strategy:
2525
matrix:
2626
rust:
27-
- 1.73.0 # MSRV
27+
- 1.81.0 # MSRV
2828
- stable
2929
target:
3030
- thumbv7em-none-eabi
@@ -49,7 +49,7 @@ jobs:
4949
strategy:
5050
matrix:
5151
rust:
52-
- 1.73.0 # MSRV
52+
- 1.81.0 # MSRV
5353
- stable
5454
steps:
5555
- uses: actions/checkout@v4

‎.github/workflows/bp384.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
strategy:
2525
matrix:
2626
rust:
27-
- 1.73.0 # MSRV
27+
- 1.81.0 # MSRV
2828
- stable
2929
target:
3030
- thumbv7em-none-eabi
@@ -49,7 +49,7 @@ jobs:
4949
strategy:
5050
matrix:
5151
rust:
52-
- 1.73.0 # MSRV
52+
- 1.81.0 # MSRV
5353
- stable
5454
steps:
5555
- uses: actions/checkout@v4

‎.github/workflows/k256.yml

+7-7
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
strategy:
2525
matrix:
2626
rust:
27-
- 1.73.0 # MSRV
27+
- 1.81.0 # MSRV
2828
- stable
2929
target:
3030
- thumbv7em-none-eabi
@@ -59,7 +59,7 @@ jobs:
5959
strategy:
6060
matrix:
6161
rust:
62-
- 1.73.0 # MSRV
62+
- 1.81.0 # MSRV
6363
- stable
6464
steps:
6565
- uses: actions/checkout@v4
@@ -75,15 +75,15 @@ jobs:
7575
include:
7676
# 32-bit Linux
7777
- target: i686-unknown-linux-gnu
78-
rust: 1.73.0 # MSRV
78+
rust: 1.81.0 # MSRV
7979
deps: sudo apt update && sudo apt install gcc-multilib
8080
- target: i686-unknown-linux-gnu
8181
rust: stable
8282
deps: sudo apt update && sudo apt install gcc-multilib
8383

8484
# 64-bit Linux
8585
- target: x86_64-unknown-linux-gnu
86-
rust: 1.73.0 # MSRV
86+
rust: 1.81.0 # MSRV
8787
- target: x86_64-unknown-linux-gnu
8888
rust: stable
8989

@@ -105,19 +105,19 @@ jobs:
105105
include:
106106
# ARM32
107107
- target: armv7-unknown-linux-gnueabihf
108-
rust: 1.73.0 # MSRV (cross)
108+
rust: 1.81.0 # MSRV (cross)
109109
- target: armv7-unknown-linux-gnueabihf
110110
rust: stable
111111

112112
# ARM64
113113
- target: aarch64-unknown-linux-gnu
114-
rust: 1.73.0 # MSRV (cross)
114+
rust: 1.81.0 # MSRV (cross)
115115
- target: aarch64-unknown-linux-gnu
116116
rust: stable
117117

118118
# PPC32
119119
- target: powerpc-unknown-linux-gnu
120-
rust: 1.73.0 # MSRV (cross)
120+
rust: 1.81.0 # MSRV (cross)
121121
- target: powerpc-unknown-linux-gnu
122122
rust: stable
123123

‎.github/workflows/p192.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
strategy:
2525
matrix:
2626
rust:
27-
- 1.73.0 # MSRV
27+
- 1.81.0 # MSRV
2828
- stable
2929
target:
3030
- thumbv7em-none-eabi
@@ -49,15 +49,15 @@ jobs:
4949
include:
5050
# 32-bit Linux
5151
- target: i686-unknown-linux-gnu
52-
rust: 1.73.0 # MSRV
52+
rust: 1.81.0 # MSRV
5353
deps: sudo apt update && sudo apt install gcc-multilib
5454
- target: i686-unknown-linux-gnu
5555
rust: stable
5656
deps: sudo apt update && sudo apt install gcc-multilib
5757

5858
# 64-bit Linux
5959
- target: x86_64-unknown-linux-gnu
60-
rust: 1.73.0 # MSRV
60+
rust: 1.81.0 # MSRV
6161
- target: x86_64-unknown-linux-gnu
6262
rust: stable
6363

‎.github/workflows/p224.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
strategy:
2525
matrix:
2626
rust:
27-
- 1.73.0 # MSRV
27+
- 1.81.0 # MSRV
2828
- stable
2929
target:
3030
- thumbv7em-none-eabi
@@ -51,15 +51,15 @@ jobs:
5151
include:
5252
# 32-bit Linux
5353
- target: i686-unknown-linux-gnu
54-
rust: 1.73.0 # MSRV
54+
rust: 1.81.0 # MSRV
5555
deps: sudo apt update && sudo apt install gcc-multilib
5656
- target: i686-unknown-linux-gnu
5757
rust: stable
5858
deps: sudo apt update && sudo apt install gcc-multilib
5959

6060
# 64-bit Linux
6161
- target: x86_64-unknown-linux-gnu
62-
rust: 1.73.0 # MSRV
62+
rust: 1.81.0 # MSRV
6363
- target: x86_64-unknown-linux-gnu
6464
rust: stable
6565

‎.github/workflows/p256.yml

+6-6
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
strategy:
2525
matrix:
2626
rust:
27-
- 1.73.0 # MSRV
27+
- 1.81.0 # MSRV
2828
- stable
2929
target:
3030
- thumbv7em-none-eabi
@@ -58,15 +58,15 @@ jobs:
5858
include:
5959
# 32-bit Linux
6060
- target: i686-unknown-linux-gnu
61-
rust: 1.73.0 # MSRV
61+
rust: 1.81.0 # MSRV
6262
deps: sudo apt update && sudo apt install gcc-multilib
6363
- target: i686-unknown-linux-gnu
6464
rust: stable
6565
deps: sudo apt update && sudo apt install gcc-multilib
6666

6767
# 64-bit Linux
6868
- target: x86_64-unknown-linux-gnu
69-
rust: 1.73.0 # MSRV
69+
rust: 1.81.0 # MSRV
7070
- target: x86_64-unknown-linux-gnu
7171
rust: stable
7272

@@ -89,19 +89,19 @@ jobs:
8989
include:
9090
# ARM32
9191
- target: armv7-unknown-linux-gnueabihf
92-
rust: 1.73.0 # MSRV (cross)
92+
rust: 1.81.0 # MSRV (cross)
9393
- target: armv7-unknown-linux-gnueabihf
9494
rust: stable
9595

9696
# ARM64
9797
- target: aarch64-unknown-linux-gnu
98-
rust: 1.73.0 # MSRV (cross)
98+
rust: 1.81.0 # MSRV (cross)
9999
- target: aarch64-unknown-linux-gnu
100100
rust: stable
101101

102102
# PPC32
103103
- target: powerpc-unknown-linux-gnu
104-
rust: 1.73.0 # MSRV (cross)
104+
rust: 1.81.0 # MSRV (cross)
105105
- target: powerpc-unknown-linux-gnu
106106
rust: stable
107107

‎.github/workflows/p384.yml

+6-6
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
strategy:
2525
matrix:
2626
rust:
27-
- 1.73.0 # MSRV
27+
- 1.81.0 # MSRV
2828
- stable
2929
target:
3030
- thumbv7em-none-eabi
@@ -55,15 +55,15 @@ jobs:
5555
include:
5656
# 32-bit Linux
5757
- target: i686-unknown-linux-gnu
58-
rust: 1.73.0 # MSRV
58+
rust: 1.81.0 # MSRV
5959
deps: sudo apt update && sudo apt install gcc-multilib
6060
- target: i686-unknown-linux-gnu
6161
rust: stable
6262
deps: sudo apt update && sudo apt install gcc-multilib
6363

6464
# 64-bit Linux
6565
- target: x86_64-unknown-linux-gnu
66-
rust: 1.73.0 # MSRV
66+
rust: 1.81.0 # MSRV
6767
- target: x86_64-unknown-linux-gnu
6868
rust: stable
6969

@@ -85,19 +85,19 @@ jobs:
8585
include:
8686
# ARM32
8787
- target: armv7-unknown-linux-gnueabihf
88-
rust: 1.73.0 # MSRV (cross)
88+
rust: 1.81.0 # MSRV (cross)
8989
- target: armv7-unknown-linux-gnueabihf
9090
rust: stable
9191

9292
# ARM64
9393
- target: aarch64-unknown-linux-gnu
94-
rust: 1.73.0 # MSRV (cross)
94+
rust: 1.81.0 # MSRV (cross)
9595
- target: aarch64-unknown-linux-gnu
9696
rust: stable
9797

9898
# PPC32
9999
- target: powerpc-unknown-linux-gnu
100-
rust: 1.73.0 # MSRV (cross)
100+
rust: 1.81.0 # MSRV (cross)
101101
- target: powerpc-unknown-linux-gnu
102102
rust: stable
103103

‎.github/workflows/p521.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
strategy:
2525
matrix:
2626
rust:
27-
- 1.73.0 # MSRV
27+
- 1.81.0 # MSRV
2828
- stable
2929
target:
3030
- thumbv7em-none-eabi
@@ -58,15 +58,15 @@ jobs:
5858
include:
5959
# 32-bit Linux
6060
- target: i686-unknown-linux-gnu
61-
rust: 1.73.0 # MSRV
61+
rust: 1.81.0 # MSRV
6262
deps: sudo apt update && sudo apt install gcc-multilib
6363
- target: i686-unknown-linux-gnu
6464
rust: stable
6565
deps: sudo apt update && sudo apt install gcc-multilib
6666

6767
# 64-bit Linux
6868
- target: x86_64-unknown-linux-gnu
69-
rust: 1.73.0 # MSRV
69+
rust: 1.81.0 # MSRV
7070
- target: x86_64-unknown-linux-gnu
7171
rust: stable
7272

‎.github/workflows/primefield.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
strategy:
2525
matrix:
2626
rust:
27-
- 1.73.0 # MSRV
27+
- 1.81.0 # MSRV
2828
- stable
2929
target:
3030
- thumbv7em-none-eabi
@@ -42,7 +42,7 @@ jobs:
4242
strategy:
4343
matrix:
4444
rust:
45-
- 1.73.0 # MSRV
45+
- 1.81.0 # MSRV
4646
- stable
4747
steps:
4848
- uses: actions/checkout@v4

‎.github/workflows/primeorder.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
strategy:
2525
matrix:
2626
rust:
27-
- 1.73.0 # MSRV
27+
- 1.81.0 # MSRV
2828
- stable
2929
target:
3030
- thumbv7em-none-eabi
@@ -43,7 +43,7 @@ jobs:
4343
strategy:
4444
matrix:
4545
rust:
46-
- 1.73.0 # MSRV
46+
- 1.81.0 # MSRV
4747
- stable
4848
steps:
4949
- uses: actions/checkout@v4

‎.github/workflows/sm2.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
strategy:
2525
matrix:
2626
rust:
27-
- 1.73.0 # MSRV
27+
- 1.81.0 # MSRV
2828
- stable
2929
target:
3030
- thumbv7em-none-eabi
@@ -48,15 +48,15 @@ jobs:
4848
include:
4949
# 32-bit Linux
5050
- target: i686-unknown-linux-gnu
51-
rust: 1.73.0 # MSRV
51+
rust: 1.81.0 # MSRV
5252
deps: sudo apt update && sudo apt install gcc-multilib
5353
- target: i686-unknown-linux-gnu
5454
rust: stable
5555
deps: sudo apt update && sudo apt install gcc-multilib
5656

5757
# 64-bit Linux
5858
- target: x86_64-unknown-linux-gnu
59-
rust: 1.73.0 # MSRV
59+
rust: 1.81.0 # MSRV
6060
- target: x86_64-unknown-linux-gnu
6161
rust: stable
6262

‎.github/workflows/workspace.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
- uses: actions/checkout@v4
2121
- uses: dtolnay/rust-toolchain@master
2222
with:
23-
toolchain: 1.73.0
23+
toolchain: 1.81.0
2424
components: clippy
2525
- run: cargo clippy --all --all-features -- -D warnings
2626

0 commit comments

Comments
 (0)
Please sign in to comment.