diff options
author | Mikael Urankar <mikael@FreeBSD.org> | 2025-01-20 12:06:50 +0100 |
---|---|---|
committer | Mikael Urankar <mikael@FreeBSD.org> | 2025-01-20 12:06:50 +0100 |
commit | fccaa1b326310b7f33556fe133b509260a90fe7f (patch) | |
tree | fd0caba3252e60bda3b6f478e6e3fa7508201558 /math/py-rustworkx | |
parent | security/vaultwarden: Fix build with rust 1.84.0 (diff) |
lang/rust: Bump revisions after 1.84.0
PR: 283962
Diffstat (limited to 'math/py-rustworkx')
-rw-r--r-- | math/py-rustworkx/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/math/py-rustworkx/Makefile b/math/py-rustworkx/Makefile index 1592dd1da04a..8003cd7684ea 100644 --- a/math/py-rustworkx/Makefile +++ b/math/py-rustworkx/Makefile @@ -1,6 +1,6 @@ PORTNAME= rustworkx DISTVERSION= 0.15.1 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= math python #MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} |