2626
2727 - uses : actions-rs/toolchain@v1
2828 with :
29- toolchain : nightly-2022-09-15
29+ toolchain : 1.65.0
3030 components : rustfmt
3131 target : aarch64-unknown-linux-gnu
3232 default : true
4747
4848 - uses : messense/maturin-action@v1
4949 with :
50- rust-toolchain : nightly-2022-09-15
50+ rust-toolchain : 1.65.0
5151 maturin-version : v0.12.1
5252 command : build
5353 args : -m connectorx-python/Cargo.toml -i python --no-sdist --release --manylinux 2014
6161 # rebuild the wheel to incorporate j4rs dependencies
6262 - uses : messense/maturin-action@v1
6363 with :
64- rust-toolchain : nightly-2022-09-15
64+ rust-toolchain : 1.65.0
6565 maturin-version : v0.12.1
6666 command : build
6767 args : -m connectorx-python/Cargo.toml -i python --no-sdist --release --manylinux 2014
@@ -101,7 +101,7 @@ jobs:
101101
102102 - uses : actions-rs/toolchain@v1
103103 with :
104- toolchain : nightly-2022-09-15
104+ toolchain : 1.65.0
105105 components : rustfmt
106106 default : true
107107
@@ -117,7 +117,7 @@ jobs:
117117
118118 - uses : messense/maturin-action@v1
119119 with :
120- rust-toolchain : nightly-2022-09-15
120+ rust-toolchain : 1.65.0
121121 maturin-version : v0.12.1
122122 command : build
123123 args : -m connectorx-python/Cargo.toml -i python --no-sdist --release
@@ -131,7 +131,7 @@ jobs:
131131 # rebuild the wheel to incorporate j4rs dependencies
132132 - uses : messense/maturin-action@v1
133133 with :
134- rust-toolchain : nightly-2022-09-15
134+ rust-toolchain : 1.65.0
135135 maturin-version : v0.12.1
136136 command : build
137137 args : -m connectorx-python/Cargo.toml -i python --no-sdist --release
@@ -161,7 +161,7 @@ jobs:
161161
162162 - uses : actions-rs/toolchain@v1
163163 with :
164- toolchain : nightly-2022-09-15
164+ toolchain : 1.65.0
165165 components : rustfmt
166166 target : aarch64-apple-darwin
167167 default : true
@@ -178,7 +178,7 @@ jobs:
178178
179179 - uses : messense/maturin-action@v1
180180 with :
181- rust-toolchain : nightly-2022-09-15
181+ rust-toolchain : 1.65.0
182182 maturin-version : v0.12.1
183183 command : build
184184 args : -m connectorx-python/Cargo.toml --target aarch64-apple-darwin -i python --no-sdist --release
@@ -192,7 +192,7 @@ jobs:
192192 # rebuild the wheel to incorporate j4rs dependencies
193193 - uses : messense/maturin-action@v1
194194 with :
195- rust-toolchain : nightly-2022-09-15
195+ rust-toolchain : 1.65.0
196196 maturin-version : v0.12.1
197197 command : build
198198 args : -m connectorx-python/Cargo.toml --target aarch64-apple-darwin -i python --no-sdist --release
0 commit comments