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"