textproc/ripgrep: Unbreak with Rust 1.56.0
error[E0557]: feature has been removed
--> /wrkdirprefix/usr/ports/textproc/ripgrep/work/ripgrep-13.0.0/cargo-crates/packed_simd_2-0.3.5/src/lib.rs:215:5 |
215 | const_generics,
| ^^^^^^^^^^^^^^ feature has been removed | = note: removed in favor of `#![feature(adt_const_params]` and `#![feature(generic_const_exprs)]`
PR: 259251