From d896ff74ec33ff92f08b2fee61d55fbcdac55dff Mon Sep 17 00:00:00 2001 From: Michael Vines Date: Mon, 20 Dec 2021 18:16:46 -0800 Subject: [PATCH] Remove Apple M1 resolver workaround --- Cargo.toml | 5 ----- 1 file changed, 5 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index cafa5685d..6f33ee681 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -85,8 +85,3 @@ members = [ exclude = [ "programs/bpf", ] - -# TODO: Remove once the "simd-accel" feature from the reed-solomon-erasure -# dependency is supported on Apple M1. v2 of the feature resolver is needed to -# specify arch-specific features. -resolver = "2"