File tree 2 files changed +7
-7
lines changed
2 files changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -88,32 +88,32 @@ jobs:
88
88
include :
89
89
- build : linux
90
90
os : ubuntu-22.04
91
- rust : stable
91
+ rust : 1.84
92
92
target : x86_64-unknown-linux-musl
93
93
name : x86_64-linux
94
94
- build : linux-arm
95
95
os : ubuntu-22.04
96
- rust : stable
96
+ rust : 1.84
97
97
target : aarch64-unknown-linux-musl
98
98
name : aarch64-linux
99
99
- build : macos
100
100
os : macos-14
101
- rust : stable
101
+ rust : 1.84
102
102
target : x86_64-apple-darwin
103
103
name : x86_64-macos
104
104
- build : macos-arm
105
105
os : macos-14
106
- rust : stable
106
+ rust : 1.84
107
107
target : aarch64-apple-darwin
108
108
name : aarch64-macos
109
109
- build : win-msvc
110
110
os : windows-2022
111
- rust : stable
111
+ rust : 1.84
112
112
target : x86_64-pc-windows-msvc
113
113
name : x86_64-windows
114
114
- build : win32-msvc
115
115
os : windows-2022
116
- rust : stable
116
+ rust : 1.84
117
117
target : i686-pc-windows-msvc
118
118
name : x86-windows
119
119
Original file line number Diff line number Diff line change 1
1
[toolchain ]
2
- channel = " 1.85 "
2
+ channel = " 1.84 "
You can’t perform that action at this time.
0 commit comments