File tree 39 files changed +86
-86
lines changed
39 files changed +86
-86
lines changed Original file line number Diff line number Diff line change 24
24
strategy :
25
25
matrix :
26
26
rust :
27
- - 1.73 .0 # MSRV
27
+ - 1.81 .0 # MSRV
28
28
- stable
29
29
target :
30
30
- thumbv7em-none-eabi
@@ -46,15 +46,15 @@ jobs:
46
46
include :
47
47
# 32-bit Linux
48
48
- target : i686-unknown-linux-gnu
49
- rust : 1.73 .0 # MSRV
49
+ rust : 1.81 .0 # MSRV
50
50
deps : sudo apt update && sudo apt install gcc-multilib
51
51
- target : i686-unknown-linux-gnu
52
52
rust : stable
53
53
deps : sudo apt update && sudo apt install gcc-multilib
54
54
55
55
# 64-bit Linux
56
56
- target : x86_64-unknown-linux-gnu
57
- rust : 1.73 .0 # MSRV
57
+ rust : 1.81 .0 # MSRV
58
58
- target : x86_64-unknown-linux-gnu
59
59
rust : stable
60
60
@@ -76,19 +76,19 @@ jobs:
76
76
include :
77
77
# ARM32
78
78
- target : armv7-unknown-linux-gnueabihf
79
- rust : 1.73 .0 # MSRV (cross)
79
+ rust : 1.81 .0 # MSRV (cross)
80
80
- target : armv7-unknown-linux-gnueabihf
81
81
rust : stable
82
82
83
83
# ARM64
84
84
- target : aarch64-unknown-linux-gnu
85
- rust : 1.73 .0 # MSRV (cross)
85
+ rust : 1.81 .0 # MSRV (cross)
86
86
- target : aarch64-unknown-linux-gnu
87
87
rust : stable
88
88
89
89
# PPC32
90
90
- target : powerpc-unknown-linux-gnu
91
- rust : 1.73 .0 # MSRV (cross)
91
+ rust : 1.81 .0 # MSRV (cross)
92
92
- target : powerpc-unknown-linux-gnu
93
93
rust : stable
94
94
Original file line number Diff line number Diff line change 24
24
strategy :
25
25
matrix :
26
26
rust :
27
- - 1.73 .0 # MSRV
27
+ - 1.81 .0 # MSRV
28
28
- stable
29
29
target :
30
30
- thumbv7em-none-eabi
49
49
strategy :
50
50
matrix :
51
51
rust :
52
- - 1.73 .0 # MSRV
52
+ - 1.81 .0 # MSRV
53
53
- stable
54
54
steps :
55
55
- uses : actions/checkout@v4
Original file line number Diff line number Diff line change 24
24
strategy :
25
25
matrix :
26
26
rust :
27
- - 1.73 .0 # MSRV
27
+ - 1.81 .0 # MSRV
28
28
- stable
29
29
target :
30
30
- thumbv7em-none-eabi
49
49
strategy :
50
50
matrix :
51
51
rust :
52
- - 1.73 .0 # MSRV
52
+ - 1.81 .0 # MSRV
53
53
- stable
54
54
steps :
55
55
- uses : actions/checkout@v4
Original file line number Diff line number Diff line change 24
24
strategy :
25
25
matrix :
26
26
rust :
27
- - 1.73 .0 # MSRV
27
+ - 1.81 .0 # MSRV
28
28
- stable
29
29
target :
30
30
- thumbv7em-none-eabi
59
59
strategy :
60
60
matrix :
61
61
rust :
62
- - 1.73 .0 # MSRV
62
+ - 1.81 .0 # MSRV
63
63
- stable
64
64
steps :
65
65
- uses : actions/checkout@v4
@@ -75,15 +75,15 @@ jobs:
75
75
include :
76
76
# 32-bit Linux
77
77
- target : i686-unknown-linux-gnu
78
- rust : 1.73 .0 # MSRV
78
+ rust : 1.81 .0 # MSRV
79
79
deps : sudo apt update && sudo apt install gcc-multilib
80
80
- target : i686-unknown-linux-gnu
81
81
rust : stable
82
82
deps : sudo apt update && sudo apt install gcc-multilib
83
83
84
84
# 64-bit Linux
85
85
- target : x86_64-unknown-linux-gnu
86
- rust : 1.73 .0 # MSRV
86
+ rust : 1.81 .0 # MSRV
87
87
- target : x86_64-unknown-linux-gnu
88
88
rust : stable
89
89
@@ -105,19 +105,19 @@ jobs:
105
105
include :
106
106
# ARM32
107
107
- target : armv7-unknown-linux-gnueabihf
108
- rust : 1.73 .0 # MSRV (cross)
108
+ rust : 1.81 .0 # MSRV (cross)
109
109
- target : armv7-unknown-linux-gnueabihf
110
110
rust : stable
111
111
112
112
# ARM64
113
113
- target : aarch64-unknown-linux-gnu
114
- rust : 1.73 .0 # MSRV (cross)
114
+ rust : 1.81 .0 # MSRV (cross)
115
115
- target : aarch64-unknown-linux-gnu
116
116
rust : stable
117
117
118
118
# PPC32
119
119
- target : powerpc-unknown-linux-gnu
120
- rust : 1.73 .0 # MSRV (cross)
120
+ rust : 1.81 .0 # MSRV (cross)
121
121
- target : powerpc-unknown-linux-gnu
122
122
rust : stable
123
123
Original file line number Diff line number Diff line change 24
24
strategy :
25
25
matrix :
26
26
rust :
27
- - 1.73 .0 # MSRV
27
+ - 1.81 .0 # MSRV
28
28
- stable
29
29
target :
30
30
- thumbv7em-none-eabi
@@ -49,15 +49,15 @@ jobs:
49
49
include :
50
50
# 32-bit Linux
51
51
- target : i686-unknown-linux-gnu
52
- rust : 1.73 .0 # MSRV
52
+ rust : 1.81 .0 # MSRV
53
53
deps : sudo apt update && sudo apt install gcc-multilib
54
54
- target : i686-unknown-linux-gnu
55
55
rust : stable
56
56
deps : sudo apt update && sudo apt install gcc-multilib
57
57
58
58
# 64-bit Linux
59
59
- target : x86_64-unknown-linux-gnu
60
- rust : 1.73 .0 # MSRV
60
+ rust : 1.81 .0 # MSRV
61
61
- target : x86_64-unknown-linux-gnu
62
62
rust : stable
63
63
Original file line number Diff line number Diff line change 24
24
strategy :
25
25
matrix :
26
26
rust :
27
- - 1.73 .0 # MSRV
27
+ - 1.81 .0 # MSRV
28
28
- stable
29
29
target :
30
30
- thumbv7em-none-eabi
@@ -51,15 +51,15 @@ jobs:
51
51
include :
52
52
# 32-bit Linux
53
53
- target : i686-unknown-linux-gnu
54
- rust : 1.73 .0 # MSRV
54
+ rust : 1.81 .0 # MSRV
55
55
deps : sudo apt update && sudo apt install gcc-multilib
56
56
- target : i686-unknown-linux-gnu
57
57
rust : stable
58
58
deps : sudo apt update && sudo apt install gcc-multilib
59
59
60
60
# 64-bit Linux
61
61
- target : x86_64-unknown-linux-gnu
62
- rust : 1.73 .0 # MSRV
62
+ rust : 1.81 .0 # MSRV
63
63
- target : x86_64-unknown-linux-gnu
64
64
rust : stable
65
65
Original file line number Diff line number Diff line change 24
24
strategy :
25
25
matrix :
26
26
rust :
27
- - 1.73 .0 # MSRV
27
+ - 1.81 .0 # MSRV
28
28
- stable
29
29
target :
30
30
- thumbv7em-none-eabi
@@ -58,15 +58,15 @@ jobs:
58
58
include :
59
59
# 32-bit Linux
60
60
- target : i686-unknown-linux-gnu
61
- rust : 1.73 .0 # MSRV
61
+ rust : 1.81 .0 # MSRV
62
62
deps : sudo apt update && sudo apt install gcc-multilib
63
63
- target : i686-unknown-linux-gnu
64
64
rust : stable
65
65
deps : sudo apt update && sudo apt install gcc-multilib
66
66
67
67
# 64-bit Linux
68
68
- target : x86_64-unknown-linux-gnu
69
- rust : 1.73 .0 # MSRV
69
+ rust : 1.81 .0 # MSRV
70
70
- target : x86_64-unknown-linux-gnu
71
71
rust : stable
72
72
@@ -89,19 +89,19 @@ jobs:
89
89
include :
90
90
# ARM32
91
91
- target : armv7-unknown-linux-gnueabihf
92
- rust : 1.73 .0 # MSRV (cross)
92
+ rust : 1.81 .0 # MSRV (cross)
93
93
- target : armv7-unknown-linux-gnueabihf
94
94
rust : stable
95
95
96
96
# ARM64
97
97
- target : aarch64-unknown-linux-gnu
98
- rust : 1.73 .0 # MSRV (cross)
98
+ rust : 1.81 .0 # MSRV (cross)
99
99
- target : aarch64-unknown-linux-gnu
100
100
rust : stable
101
101
102
102
# PPC32
103
103
- target : powerpc-unknown-linux-gnu
104
- rust : 1.73 .0 # MSRV (cross)
104
+ rust : 1.81 .0 # MSRV (cross)
105
105
- target : powerpc-unknown-linux-gnu
106
106
rust : stable
107
107
Original file line number Diff line number Diff line change 24
24
strategy :
25
25
matrix :
26
26
rust :
27
- - 1.73 .0 # MSRV
27
+ - 1.81 .0 # MSRV
28
28
- stable
29
29
target :
30
30
- thumbv7em-none-eabi
@@ -55,15 +55,15 @@ jobs:
55
55
include :
56
56
# 32-bit Linux
57
57
- target : i686-unknown-linux-gnu
58
- rust : 1.73 .0 # MSRV
58
+ rust : 1.81 .0 # MSRV
59
59
deps : sudo apt update && sudo apt install gcc-multilib
60
60
- target : i686-unknown-linux-gnu
61
61
rust : stable
62
62
deps : sudo apt update && sudo apt install gcc-multilib
63
63
64
64
# 64-bit Linux
65
65
- target : x86_64-unknown-linux-gnu
66
- rust : 1.73 .0 # MSRV
66
+ rust : 1.81 .0 # MSRV
67
67
- target : x86_64-unknown-linux-gnu
68
68
rust : stable
69
69
@@ -85,19 +85,19 @@ jobs:
85
85
include :
86
86
# ARM32
87
87
- target : armv7-unknown-linux-gnueabihf
88
- rust : 1.73 .0 # MSRV (cross)
88
+ rust : 1.81 .0 # MSRV (cross)
89
89
- target : armv7-unknown-linux-gnueabihf
90
90
rust : stable
91
91
92
92
# ARM64
93
93
- target : aarch64-unknown-linux-gnu
94
- rust : 1.73 .0 # MSRV (cross)
94
+ rust : 1.81 .0 # MSRV (cross)
95
95
- target : aarch64-unknown-linux-gnu
96
96
rust : stable
97
97
98
98
# PPC32
99
99
- target : powerpc-unknown-linux-gnu
100
- rust : 1.73 .0 # MSRV (cross)
100
+ rust : 1.81 .0 # MSRV (cross)
101
101
- target : powerpc-unknown-linux-gnu
102
102
rust : stable
103
103
Original file line number Diff line number Diff line change 24
24
strategy :
25
25
matrix :
26
26
rust :
27
- - 1.73 .0 # MSRV
27
+ - 1.81 .0 # MSRV
28
28
- stable
29
29
target :
30
30
- thumbv7em-none-eabi
@@ -58,15 +58,15 @@ jobs:
58
58
include :
59
59
# 32-bit Linux
60
60
- target : i686-unknown-linux-gnu
61
- rust : 1.73 .0 # MSRV
61
+ rust : 1.81 .0 # MSRV
62
62
deps : sudo apt update && sudo apt install gcc-multilib
63
63
- target : i686-unknown-linux-gnu
64
64
rust : stable
65
65
deps : sudo apt update && sudo apt install gcc-multilib
66
66
67
67
# 64-bit Linux
68
68
- target : x86_64-unknown-linux-gnu
69
- rust : 1.73 .0 # MSRV
69
+ rust : 1.81 .0 # MSRV
70
70
- target : x86_64-unknown-linux-gnu
71
71
rust : stable
72
72
Original file line number Diff line number Diff line change 24
24
strategy :
25
25
matrix :
26
26
rust :
27
- - 1.73 .0 # MSRV
27
+ - 1.81 .0 # MSRV
28
28
- stable
29
29
target :
30
30
- thumbv7em-none-eabi
42
42
strategy :
43
43
matrix :
44
44
rust :
45
- - 1.73 .0 # MSRV
45
+ - 1.81 .0 # MSRV
46
46
- stable
47
47
steps :
48
48
- uses : actions/checkout@v4
Original file line number Diff line number Diff line change 24
24
strategy :
25
25
matrix :
26
26
rust :
27
- - 1.73 .0 # MSRV
27
+ - 1.81 .0 # MSRV
28
28
- stable
29
29
target :
30
30
- thumbv7em-none-eabi
43
43
strategy :
44
44
matrix :
45
45
rust :
46
- - 1.73 .0 # MSRV
46
+ - 1.81 .0 # MSRV
47
47
- stable
48
48
steps :
49
49
- uses : actions/checkout@v4
Original file line number Diff line number Diff line change 24
24
strategy :
25
25
matrix :
26
26
rust :
27
- - 1.73 .0 # MSRV
27
+ - 1.81 .0 # MSRV
28
28
- stable
29
29
target :
30
30
- thumbv7em-none-eabi
@@ -48,15 +48,15 @@ jobs:
48
48
include :
49
49
# 32-bit Linux
50
50
- target : i686-unknown-linux-gnu
51
- rust : 1.73 .0 # MSRV
51
+ rust : 1.81 .0 # MSRV
52
52
deps : sudo apt update && sudo apt install gcc-multilib
53
53
- target : i686-unknown-linux-gnu
54
54
rust : stable
55
55
deps : sudo apt update && sudo apt install gcc-multilib
56
56
57
57
# 64-bit Linux
58
58
- target : x86_64-unknown-linux-gnu
59
- rust : 1.73 .0 # MSRV
59
+ rust : 1.81 .0 # MSRV
60
60
- target : x86_64-unknown-linux-gnu
61
61
rust : stable
62
62
Original file line number Diff line number Diff line change 20
20
- uses : actions/checkout@v4
21
21
- uses : dtolnay/rust-toolchain@master
22
22
with :
23
- toolchain : 1.73 .0
23
+ toolchain : 1.81 .0
24
24
components : clippy
25
25
- run : cargo clippy --all --all-features -- -D warnings
26
26
You can’t perform that action at this time.
0 commit comments