about summary refs log tree commit diff
diff options
context:
space:
mode:
authorbjorn3 <bjorn3@users.noreply.github.com>2022-03-18 20:51:53 +0100
committerbjorn3 <bjorn3@users.noreply.github.com>2022-03-18 20:51:53 +0100
commitdab7fc6155f3f487f29b25bc1ad89b69e283cad7 (patch)
tree040b31c6771de47e6eaa7a0d992697f2f8235fd5
parent70390a969dbead05e1f0052c786435c6cd55e811 (diff)
downloadrust-dab7fc6155f3f487f29b25bc1ad89b69e283cad7.tar.gz
rust-dab7fc6155f3f487f29b25bc1ad89b69e283cad7.zip
Remove no longer necessary rand patch
-rw-r--r--patches/0001-rand-Enable-c2-chacha-simd-feature.patch23
1 files changed, 0 insertions, 23 deletions
diff --git a/patches/0001-rand-Enable-c2-chacha-simd-feature.patch b/patches/0001-rand-Enable-c2-chacha-simd-feature.patch
deleted file mode 100644
index 01dc0fcc537..00000000000
--- a/patches/0001-rand-Enable-c2-chacha-simd-feature.patch
+++ /dev/null
@@ -1,23 +0,0 @@
-From 9c5663e36391fa20becf84f3af2e82afa5bb720b Mon Sep 17 00:00:00 2001
-From: bjorn3 <bjorn3@users.noreply.github.com>
-Date: Sat, 15 Aug 2020 19:56:03 +0200
-Subject: [PATCH] [rand] Enable c2-chacha simd feature
-
----
- rand_chacha/Cargo.toml | 2 +-
- 1 file changed, 1 insertion(+), 1 deletion(-)
-
-diff --git a/rand_chacha/Cargo.toml b/rand_chacha/Cargo.toml
-index 9190b7f..872cca2 100644
---- a/rand_chacha/Cargo.toml
-+++ b/rand_chacha/Cargo.toml
-@@ -24,5 +24,5 @@ ppv-lite86 = { version = "0.2.8", default-features = false }
- 
- [features]
- default = ["std"]
--std = ["ppv-lite86/std"]
-+std = ["ppv-lite86/std", "ppv-lite86/simd"]
- simd = [] # deprecated
--- 
-2.20.1
-