From 9fdfb7e06d1f8c193c476a8bb7b12e3ba7952b51 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 1822ce4..511acb0 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.39.2