From 2ead3e00e2f9c4d1645ba1b3d8c7c434f3306229 Mon Sep 17 00:00:00 2001 From: asonix Date: Mon, 11 Mar 2024 13:29:52 -0500 Subject: [PATCH] Revert "Zigbuild with tokio-unstable" This reverts commit b7f508207f66c62b146be435f54665a3615968c0. --- .forgejo/workflows/publish.yaml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.forgejo/workflows/publish.yaml b/.forgejo/workflows/publish.yaml index ea7c376..997dbae 100644 --- a/.forgejo/workflows/publish.yaml +++ b/.forgejo/workflows/publish.yaml @@ -101,8 +101,6 @@ jobs: - name: Compile pict-rs run: cargo zigbuild --target ${{ matrix.info.target }} --release - env: - RUSTFLAGS: '--cfg tokio_unstable' - name: Prepare artifacts run: |