Remove Simd-json (#228)

This mirrors the serenity pr https://github.com/serenity-rs/serenity/pull/2735.
This commit is contained in:
Erk
2024-02-29 07:29:20 +01:00
committed by Kyle Simpson
parent c4331c451f
commit c81f2a9578
11 changed files with 32 additions and 72 deletions

View File

@@ -35,7 +35,6 @@ jobs:
- Windows
- driver only
- gateway only
- simd json
include:
- name: beta
toolchain: beta
@@ -53,10 +52,6 @@ jobs:
- name: gateway only
features: gateway serenity tungstenite rustls
dont-test: true
- name: simd json
features: simd-json serenity tungstenite rustls driver gateway serenity?/simd_json
rustflags: -C target-cpu=native
dont-test: true
steps:
- name: Checkout sources
uses: actions/checkout@v3