@@ -207,26 +207,26 @@ jobs:
207207 case "${{ join(matrix.targets) }}" in
208208 *arm*linux*musl*)
209209 echo "cargo=cargo" >> $GITHUB_OUTPUT
210- echo "features=use-jemalloc " >> $GITHUB_OUTPUT
210+ echo "features=use-mimalloc-rs " >> $GITHUB_OUTPUT
211211 ;;
212212 *aarch64*linux*musl*)
213213 echo "cargo=cargo" >> $GITHUB_OUTPUT
214- echo "features=use-jemalloc " >> $GITHUB_OUTPUT
214+ echo "features=use-mimalloc-rs " >> $GITHUB_OUTPUT
215215 ;;
216216 *linux*musl*)
217- echo "features=use-jemalloc " >> $GITHUB_OUTPUT
217+ echo "features=use-mimalloc-rs " >> $GITHUB_OUTPUT
218218 echo "cargo=cargo" >> $GITHUB_OUTPUT
219219 ;;
220220 *aarch64*linux*)
221- echo "features=use-jemalloc " >> $GITHUB_OUTPUT
221+ echo "features=use-mimalloc-rs " >> $GITHUB_OUTPUT
222222 echo "cargo=cargo" >> $GITHUB_OUTPUT
223223 ;;
224224 *arm*linux*)
225- echo "features=use-jemalloc " >> $GITHUB_OUTPUT
225+ echo "features=use-mimalloc-rs " >> $GITHUB_OUTPUT
226226 echo "cargo=cargo" >> $GITHUB_OUTPUT
227227 ;;
228228 *linux*)
229- echo "features=use-jemalloc " >> $GITHUB_OUTPUT
229+ echo "features=use-mimalloc-rs " >> $GITHUB_OUTPUT
230230 echo "cargo=cargo" >> $GITHUB_OUTPUT
231231 ;;
232232 *aarch64*windows*)
@@ -238,7 +238,7 @@ jobs:
238238 echo "cargo=cargo-xwin" >> $GITHUB_OUTPUT
239239 ;;
240240 *)
241- echo "features=use-jemalloc " >> $GITHUB_OUTPUT
241+ echo "features=use-mimalloc-rs " >> $GITHUB_OUTPUT
242242 echo "cargo=cargo" >> $GITHUB_OUTPUT
243243 ;;
244244 esac
0 commit comments