python-orjson/Remove-unstable-simd-feature.patch

30 lines
770 B
Diff

From 8cb9c84fadfc490ec88665f0ab4871c2d7255738 Mon Sep 17 00:00:00 2001
From: Maxwell G <gotmax@e.email>
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 fbd45a4..09724ce 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