diff --git a/.github/workflows/publish Windows x64 self-hosted.yml b/.github/workflows/publish Windows x64 self-hosted.yml index ea1e0f6a9..e3a3676ef 100644 --- a/.github/workflows/publish Windows x64 self-hosted.yml +++ b/.github/workflows/publish Windows x64 self-hosted.yml @@ -34,7 +34,7 @@ jobs: target: x86_64-pc-windows-msvc architecture: x86_64 use-cross: false - addl-build-args: --features=apply,generate,luau,fetch,self_update,to,polars + addl-build-args: --features=apply,luau,fetch,self_update,to,polars default-features: addl-qsvlite-features: addl-qsvdp-features: luau @@ -43,7 +43,7 @@ jobs: target: x86_64-pc-windows-gnu architecture: x86_64 use-cross: false - addl-build-args: --features=apply,generate,luau,fetch,self_update,polars + addl-build-args: --features=apply,luau,fetch,self_update,polars default-features: --no-default-features addl-qsvlite-features: addl-qsvdp-features: luau diff --git a/.github/workflows/publish-linux-glibc-231-musl-1124.yml b/.github/workflows/publish-linux-glibc-231-musl-1124.yml index 3841c25cb..1a1283ddc 100644 --- a/.github/workflows/publish-linux-glibc-231-musl-1124.yml +++ b/.github/workflows/publish-linux-glibc-231-musl-1124.yml @@ -33,7 +33,7 @@ jobs: os-name: linux target: x86_64-unknown-linux-gnu architecture: x86_64 - addl-build-args: --features=apply,generate,luau,fetch,foreach,self_update,polars,geocode + addl-build-args: --features=apply,luau,fetch,foreach,self_update,polars,geocode default-features: addl-qsvlite-features: addl-qsvdp-features: luau @@ -43,7 +43,7 @@ jobs: target: x86_64-unknown-linux-musl architecture: x86_64 musl-prep: true - addl-build-args: --features=apply,generate,fetch,foreach,self_update + addl-build-args: --features=apply,fetch,foreach,self_update default-features: addl-qsvlite-features: addl-qsvdp-features: diff --git a/.github/workflows/publish-linux-glibc-231-musl-123.yml b/.github/workflows/publish-linux-glibc-231-musl-123.yml index 3ed00eae1..97f8e49a1 100644 --- a/.github/workflows/publish-linux-glibc-231-musl-123.yml +++ b/.github/workflows/publish-linux-glibc-231-musl-123.yml @@ -33,7 +33,7 @@ jobs: os-name: linux target: x86_64-unknown-linux-gnu architecture: x86_64 - addl-build-args: --features=apply,generate,luau,fetch,foreach,self_update,polars,geocode + addl-build-args: --features=apply,luau,fetch,foreach,self_update,polars,geocode default-features: addl-qsvlite-features: addl-qsvdp-features: luau @@ -43,7 +43,7 @@ jobs: target: x86_64-unknown-linux-musl architecture: x86_64 musl-prep: true - addl-build-args: --features=apply,generate,fetch,foreach,self_update,polars,geocode + addl-build-args: --features=apply,fetch,foreach,self_update,polars,geocode default-features: addl-qsvlite-features: addl-qsvdp-features: diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 2a9eefd32..91d0e0874 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -39,7 +39,7 @@ jobs: target: x86_64-unknown-linux-gnu architecture: x86_64 use-cross: false - addl-build-args: --features=apply,generate,luau,fetch,foreach,self_update,geocode,polars,to + addl-build-args: --features=apply,luau,fetch,foreach,self_update,geocode,polars,to default-features: addl-qsvlite-features: addl-qsvdp-features: luau @@ -50,7 +50,7 @@ jobs: architecture: x86_64 musl-prep: true use-cross: false - addl-build-args: --features=apply,generate,fetch,foreach,self_update + addl-build-args: --features=apply,fetch,foreach,self_update default-features: addl-qsvlite-features: addl-qsvdp-features: @@ -60,7 +60,7 @@ jobs: target: i686-unknown-linux-gnu architecture: i686 use-cross: true - addl-build-args: --features=apply,generate,fetch,foreach,self_update + addl-build-args: --features=apply,fetch,foreach,self_update default-features: addl-qsvlite-features: addl-qsvdp-features: @@ -80,7 +80,7 @@ jobs: target: i686-pc-windows-msvc architecture: i686 use-cross: true - addl-build-args: --features=apply,generate,fetch,self_update + addl-build-args: --features=apply,fetch,self_update default-features: addl-qsvlite-features: addl-qsvdp-features: @@ -90,7 +90,7 @@ jobs: target: x86_64-pc-windows-gnu architecture: x86_64 use-cross: false - addl-build-args: --features=apply,generate,luau,fetch,self_update,geocode,polars,to + addl-build-args: --features=apply,luau,fetch,self_update,geocode,polars,to default-features: --no-default-features addl-qsvlite-features: addl-qsvdp-features: luau @@ -100,7 +100,7 @@ jobs: # target: x86_64-apple-darwin # architecture: x86_64 # use-cross: false - # addl-build-args: --features=apply,generate,luau,fetch,foreach,self_update,polars + # addl-build-args: --features=apply,luau,fetch,foreach,self_update,polars # default-features: --no-default-features # addl-qsvlite-features: # addl-qsvdp-features: luau @@ -109,7 +109,7 @@ jobs: # target: aarch64-apple-darwin # architecture: aarch64 # use-cross: true - # addl-build-args: --features=apply,generate,fetch,foreach,self_update + # addl-build-args: --features=apply,fetch,foreach,self_update # default-features: --no-default-features # addl-qsvlite-features: # addl-qsvdp-features: @@ -118,7 +118,7 @@ jobs: target: aarch64-unknown-linux-gnu architecture: aarch64 use-cross: true - addl-build-args: --features=apply,generate,fetch,foreach,self_update + addl-build-args: --features=apply,fetch,foreach,self_update default-features: addl-qsvlite-features: addl-qsvdp-features: @@ -128,14 +128,14 @@ jobs: # target: arm-unknown-linux-gnueabihf # architecture: arm # use-cross: true - # addl-build-args: --features=apply,generate,luau,fetch,foreach,self_update + # addl-build-args: --features=apply,luau,fetch,foreach,self_update # default-features: --no-default-features # - os: ubuntu-20.04 # os-name: linux # target: arm-unknown-linux-musleabihf # architecture: arm # use-cross: true - # addl-build-args: --features=apply,generate,luau,fetch,foreach,self_update + # addl-build-args: --features=apply,luau,fetch,foreach,self_update # default-features: --no-default-features steps: diff --git a/.github/workflows/rust-beta.yml b/.github/workflows/rust-beta.yml index 8437e2869..aa78b1f5b 100644 --- a/.github/workflows/rust-beta.yml +++ b/.github/workflows/rust-beta.yml @@ -25,4 +25,4 @@ jobs: - name: Run tests env: RUSTFLAGS: -C target-feature=+fxsr,+sse,+sse2,+sse3,+ssse3,+sse4.1,+sse4.2,+popcnt,+avx,+fma - run: cargo test --verbose --features feature_capable,apply,fetch,generate,geocode,foreach,python,luau,polars + run: cargo test --verbose --features feature_capable,apply,fetch,geocode,foreach,python,luau,polars diff --git a/.github/workflows/rust-macos.yml b/.github/workflows/rust-macos.yml index 442439b2d..ce3ceb892 100644 --- a/.github/workflows/rust-macos.yml +++ b/.github/workflows/rust-macos.yml @@ -39,4 +39,4 @@ jobs: # # To only cache runs from `master`: # save-if: ${{ github.ref == 'refs/heads/master' }} - name: Run tests - run: cargo test --verbose --locked --features=apply,fetch,foreach,generate,geocode,luau,python,polars,to,feature_capable + run: cargo test --verbose --locked --features=apply,fetch,foreach,geocode,luau,python,polars,to,feature_capable diff --git a/.github/workflows/rust-nightly-bleeding-edge.yml b/.github/workflows/rust-nightly-bleeding-edge.yml index 68879f5fb..85276f29b 100644 --- a/.github/workflows/rust-nightly-bleeding-edge.yml +++ b/.github/workflows/rust-nightly-bleeding-edge.yml @@ -41,4 +41,4 @@ jobs: env: # RUSTFLAGS: -C target-feature=+fxsr,+sse,+sse2,+sse3,+ssse3,+sse4.1,+sse4.2,+popcnt,+avx,+fma RUSTFLAGS: -C target-cpu=native - run: cargo test --verbose --locked --features=apply,fetch,foreach,generate,geocode,luau,python,feature_capable,nightly,to,polars + run: cargo test --verbose --locked --features=apply,fetch,foreach,geocode,luau,python,feature_capable,nightly,to,polars diff --git a/.github/workflows/rust-polars-nightly.yml b/.github/workflows/rust-polars-nightly.yml index 4f1cf38fd..2656163b2 100644 --- a/.github/workflows/rust-polars-nightly.yml +++ b/.github/workflows/rust-polars-nightly.yml @@ -34,4 +34,4 @@ jobs: - name: Run tests env: RUSTFLAGS: -C target-feature=+fxsr,+sse,+sse2,+sse3,+ssse3,+sse4.1,+sse4.2,+popcnt,+avx,+fma - run: cargo test --verbose --locked --features=apply,fetch,foreach,generate,geocode,luau,python,feature_capable,nightly,polars + run: cargo test --verbose --locked --features=apply,fetch,foreach,geocode,luau,python,feature_capable,nightly,polars diff --git a/.github/workflows/rust-polars-pinned-nightly.yml b/.github/workflows/rust-polars-pinned-nightly.yml index 5dc776f1b..66b99168f 100644 --- a/.github/workflows/rust-polars-pinned-nightly.yml +++ b/.github/workflows/rust-polars-pinned-nightly.yml @@ -38,4 +38,4 @@ jobs: env: # RUSTFLAGS: -C target-feature=+fxsr,+sse,+sse2,+sse3,+ssse3,+sse4.1,+sse4.2,+popcnt,+avx,+fma RUSTFLAGS: -C target-cpu=native - run: cargo test --verbose --locked --features=apply,fetch,foreach,generate,geocode,luau,python,feature_capable,nightly,to,polars + run: cargo test --verbose --locked --features=apply,fetch,foreach,geocode,luau,python,feature_capable,nightly,to,polars diff --git a/.github/workflows/rust-windows.yml b/.github/workflows/rust-windows.yml index 8ca3dcb2b..dbc2f6b09 100644 --- a/.github/workflows/rust-windows.yml +++ b/.github/workflows/rust-windows.yml @@ -36,4 +36,4 @@ jobs: - name: Run tests env: RUSTFLAGS: -C target-feature=+fxsr,+sse,+sse2,+sse3,+ssse3,+sse4.1,+sse4.2,+popcnt,+avx,+fma - run: cargo test --verbose --locked --features=apply,fetch,foreach,generate,geocode,luau,python,polars,feature_capable + run: cargo test --verbose --locked --features=apply,fetch,foreach,geocode,luau,python,polars,feature_capable diff --git a/.github/workflows/rust.yml b/.github/workflows/rust.yml index 256fc7d01..372c0d980 100644 --- a/.github/workflows/rust.yml +++ b/.github/workflows/rust.yml @@ -48,4 +48,4 @@ jobs: - name: Run tests env: RUSTFLAGS: -C target-feature=+fxsr,+sse,+sse2,+sse3,+ssse3,+sse4.1,+sse4.2,+popcnt,+avx,+fma - run: cargo test --verbose --locked --features=apply,fetch,foreach,generate,geocode,luau,python,feature_capable + run: cargo test --verbose --locked --features=apply,fetch,foreach,geocode,luau,python,feature_capable diff --git a/.github/workflows/test-publish.yml b/.github/workflows/test-publish.yml index 9c82ffe67..79de451f0 100644 --- a/.github/workflows/test-publish.yml +++ b/.github/workflows/test-publish.yml @@ -19,7 +19,7 @@ jobs: target: x86_64-unknown-linux-gnu architecture: x86_64 use-cross: false - addl-build-args: --features=apply,generate,luau,fetch,foreach,self_update,geocode,polars,to + addl-build-args: --features=apply,luau,fetch,foreach,self_update,geocode,polars,to default-features: addl-qsvlite-features: addl-qsvdp-features: luau @@ -29,7 +29,7 @@ jobs: # target: x86_64-unknown-linux-gnu # architecture: x86_64 # use-cross: false - # addl-build-args: --features=apply,generate,luau,fetch,foreach,self_update,geocode,polars + # addl-build-args: --features=apply,luau,fetch,foreach,self_update,geocode,polars # default-features: # addl-qsvdp-features: luau # - os: ubuntu-latest @@ -38,7 +38,7 @@ jobs: # architecture: x86_64 # musl-prep: true # use-cross: false - # addl-build-args: --features=apply,generate,fetch,foreach,self_update + # addl-build-args: --features=apply,fetch,foreach,self_update # default-features: # addl-qsvdp-features: # - os: ubuntu-latest @@ -46,7 +46,7 @@ jobs: # target: i686-unknown-linux-gnu # architecture: i686 # use-cross: true - # addl-build-args: --features=apply,generate,fetch,foreach,self_update + # addl-build-args: --features=apply,fetch,foreach,self_update # build-nopython: false # default-features: # python_library_path: @@ -55,7 +55,7 @@ jobs: # target: x86_64-pc-windows-msvc # architecture: x86_64 # use-cross: false - # addl-build-args: --features=apply,generate,luau,fetch,self_update,to,polars + # addl-build-args: --features=apply,luau,fetch,self_update,to,polars # default-features: # addl-qsvdp-features: luau # - os: windows-latest @@ -63,7 +63,7 @@ jobs: # target: i686-pc-windows-msvc # architecture: i686 # use-cross: true - # addl-build-args: --features=apply,generate,fetch,self_update + # addl-build-args: --features=apply,fetch,self_update # default-features: # addl-qsvdp-features: # - os: windows-latest @@ -71,7 +71,7 @@ jobs: # target: x86_64-pc-windows-gnu # architecture: x86_64 # use-cross: false - # addl-build-args: --features=apply,generate,luau,fetch,self_update,polars + # addl-build-args: --features=apply,luau,fetch,self_update,polars # default-features: --no-default-features # addl-qsvdp-features: luau # - os: macos-latest @@ -79,7 +79,7 @@ jobs: # target: x86_64-apple-darwin # architecture: x86_64 # use-cross: false - # addl-build-args: --features=apply,generate,luau,fetch,foreach,self_update,to,polars + # addl-build-args: --features=apply,luau,fetch,foreach,self_update,to,polars # default-features: --no-default-features # addl-qsvdp-features: luau # - os: macos-latest @@ -87,7 +87,7 @@ jobs: # target: aarch64-apple-darwin # architecture: aarch64 # use-cross: true - # addl-build-args: --features=apply,generate,fetch,foreach,self_update + # addl-build-args: --features=apply,fetch,foreach,self_update # default-features: --no-default-features # addl-qsvdp-features: # - os: ubuntu-latest @@ -95,7 +95,7 @@ jobs: # target: aarch64-unknown-linux-gnu # architecture: aarch64 # use-cross: true - # addl-build-args: --features=apply,generate,fetch,foreach,self_update + # addl-build-args: --features=apply,fetch,foreach,self_update # build-nopython: false # default-features: # python_library_path: @@ -104,7 +104,7 @@ jobs: # target: arm-unknown-linux-gnueabihf # architecture: arm # use-cross: true - # addl-build-args: --features=apply,generate,luau,fetch,foreach,self_update + # addl-build-args: --features=apply,luau,fetch,foreach,self_update # build-nopython: false # default-features: --no-default-features # python_library_path: @@ -113,7 +113,7 @@ jobs: # target: arm-unknown-linux-musleabihf # architecture: arm # use-cross: true - # addl-build-args: --features=apply,generate,luau,fetch,foreach,self_update + # addl-build-args: --features=apply,luau,fetch,foreach,self_update # build-nopython: false # default-features: --no-default-features # python_library_path: