diff options
author | Mikael Urankar <mikael@FreeBSD.org> | 2024-01-09 13:14:59 +0100 |
---|---|---|
committer | Mikael Urankar <mikael@FreeBSD.org> | 2024-01-09 13:15:54 +0100 |
commit | 109c3d4629b84972e660b689d169ac0761c1a519 (patch) | |
tree | 69272eb584af95a4b5848d1ab47aed04358fc499 /misc/arrow-datafusion | |
parent | games/veloren-weekly: Fix build with rust 1.75.0 (diff) |
lang/rust: Bump revisions after 1.75.0
PR: 276033
Diffstat (limited to 'misc/arrow-datafusion')
-rw-r--r-- | misc/arrow-datafusion/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/misc/arrow-datafusion/Makefile b/misc/arrow-datafusion/Makefile index 544cceecc09f..6556d118fb62 100644 --- a/misc/arrow-datafusion/Makefile +++ b/misc/arrow-datafusion/Makefile @@ -1,6 +1,6 @@ PORTNAME= arrow-datafusion DISTVERSION= 16.0.0 -PORTREVISION= 8 +PORTREVISION= 9 CATEGORIES= misc MAINTAINER= yuri@FreeBSD.org |