Skip to content

Commit

Permalink
textproc/ripgrep: Unbreak with Rust 1.56.0
Browse files Browse the repository at this point in the history
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
  • Loading branch information
Tobias Kortkamp authored and Tobias Kortkamp committed Oct 25, 2021
1 parent 8381008 commit 23e0600
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion textproc/ripgrep/Makefile
Expand Up @@ -59,7 +59,7 @@ CARGO_CRATES= aho-corasick-0.7.18 \
memmap2-0.3.0 \
num_cpus-1.13.0 \
once_cell-1.7.2 \
packed_simd_2-0.3.5 \
packed_simd_2-0.3.6 \
pcre2-0.2.3 \
pcre2-sys-0.2.5 \
pkg-config-0.3.19 \
Expand Down
6 changes: 3 additions & 3 deletions textproc/ripgrep/distinfo
@@ -1,4 +1,4 @@
TIMESTAMP = 1623830205
TIMESTAMP = 1634590373
SHA256 (rust/crates/aho-corasick-0.7.18.crate) = 1e37cfd5e7657ada45f742d6e99ca5788580b5c529dc78faf11ece6dc702656f
SIZE (rust/crates/aho-corasick-0.7.18.crate) = 112923
SHA256 (rust/crates/atty-0.2.14.crate) = d9b39be18770d11421cdb1b9947a45dd3f37e93092cbf377614828a319d5fee8
Expand Down Expand Up @@ -77,8 +77,8 @@ SHA256 (rust/crates/num_cpus-1.13.0.crate) = 05499f3756671c15885fee9034446956fff
SIZE (rust/crates/num_cpus-1.13.0.crate) = 14704
SHA256 (rust/crates/once_cell-1.7.2.crate) = af8b08b04175473088b46763e51ee54da5f9a164bc162f615b91bc179dbf15a3
SIZE (rust/crates/once_cell-1.7.2.crate) = 28250
SHA256 (rust/crates/packed_simd_2-0.3.5.crate) = 0e64858a2d3733fdd61adfdd6da89aa202f7ff0e741d2fc7ed1e452ba9dc99d7
SIZE (rust/crates/packed_simd_2-0.3.5.crate) = 98197
SHA256 (rust/crates/packed_simd_2-0.3.6.crate) = 71c0c06716cfc81616fa8e22b721ce92fecd594508bc0eb3d04ae3ef35ac10c5
SIZE (rust/crates/packed_simd_2-0.3.6.crate) = 98119
SHA256 (rust/crates/pcre2-0.2.3.crate) = 85b30f2f69903b439dd9dc9e824119b82a55bf113b29af8d70948a03c1b11ab1
SIZE (rust/crates/pcre2-0.2.3.crate) = 19605
SHA256 (rust/crates/pcre2-sys-0.2.5.crate) = dec30e5e9ec37eb8fbf1dea5989bc957fd3df56fbee5061aa7b7a99dbb37b722
Expand Down

0 comments on commit 23e0600

Please sign in to comment.