diff options
author | Tobias Kortkamp <tobik@FreeBSD.org> | 2021-12-05 08:32:44 +0100 |
---|---|---|
committer | Tobias Kortkamp <tobik@FreeBSD.org> | 2021-12-05 13:35:42 +0100 |
commit | 5a7f23c69df040ff8b38bb1c0d25db96cc1c2605 (patch) | |
tree | f19faf08e0e0532b418c5a993e62c3342ebb7cd2 /benchmarks | |
parent | lang/rust: Update to 1.57.0 (diff) |
lang/rust: Rebuild consumers for Rust 1.57.0
Diffstat (limited to 'benchmarks')
-rw-r--r-- | benchmarks/hyperfine/Makefile | 2 | ||||
-rw-r--r-- | benchmarks/inferno/Makefile | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/benchmarks/hyperfine/Makefile b/benchmarks/hyperfine/Makefile index a0a87d020581..bea05afc5e4e 100644 --- a/benchmarks/hyperfine/Makefile +++ b/benchmarks/hyperfine/Makefile @@ -1,7 +1,7 @@ PORTNAME= hyperfine DISTVERSIONPREFIX= v DISTVERSION= 1.12.0 -PORTREVISION= 0 +PORTREVISION= 1 CATEGORIES= benchmarks MAINTAINER= pizzamig@FreeBSD.org diff --git a/benchmarks/inferno/Makefile b/benchmarks/inferno/Makefile index bdc6c464b2e2..4bc83276a6bf 100644 --- a/benchmarks/inferno/Makefile +++ b/benchmarks/inferno/Makefile @@ -1,7 +1,7 @@ PORTNAME= inferno DISTVERSIONPREFIX= v DISTVERSION= 0.10.7 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= benchmarks MAINTAINER= yuri@FreeBSD.org |