Date: Mon, 25 Oct 2021 08:57:33 GMT From: Tobias Kortkamp <tobik@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: 23e060019839 - main - textproc/ripgrep: Unbreak with Rust 1.56.0 Message-ID: <202110250857.19P8vXSB099675@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by tobik: URL: https://cgit.FreeBSD.org/ports/commit/?id=23e060019839c7630cf6ec5d089ee53a385fb245 commit 23e060019839c7630cf6ec5d089ee53a385fb245 Author: Tobias Kortkamp <tobik@FreeBSD.org> AuthorDate: 2021-10-18 20:53:02 +0000 Commit: Tobias Kortkamp <tobik@FreeBSD.org> CommitDate: 2021-10-25 08:49:18 +0000 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 --- textproc/ripgrep/Makefile | 2 +- textproc/ripgrep/distinfo | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/textproc/ripgrep/Makefile b/textproc/ripgrep/Makefile index e49197bfccc5..b25fc2eed584 100644 --- a/textproc/ripgrep/Makefile +++ b/textproc/ripgrep/Makefile @@ -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 \ diff --git a/textproc/ripgrep/distinfo b/textproc/ripgrep/distinfo index 2e74b0614be6..200b77ccd869 100644 --- a/textproc/ripgrep/distinfo +++ b/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 @@ -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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202110250857.19P8vXSB099675>