From e9f52399252765535db5ed946b00c9ce0be11964 Mon Sep 17 00:00:00 2001 From: Maxwell G Date: Wed, 25 Jan 2023 20:30:13 -0600 Subject: [PATCH] Remove unstable-simd feature This feature requires nightly Rust. --- Cargo.toml | 6 ------ 1 file changed, 6 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 8c7a50b..1a7a300 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -32,12 +32,6 @@ crate-type = ["cdylib"] [features] default = [] -# Use SIMD intrinsics. This requires Rust on the nightly channel. -unstable-simd = [ - "bytecount/generic-simd", - "encoding_rs/simd-accel", -] - # Build yyjson as a backend and panic if it fails. The default is to attempt # to build and on failure fall back to another backend. yyjson = [] -- 2.40.1