Skip to content

Commit d8614bc

Browse files
committed
devel/feluda: update to 1.11.1
What's Changed - fix: Fix clippy warnings by @farhaanbukhsh in #186 - chore: update rust min version to 1.85.0 by @anistark in #188 - fix:- #189 -changed lookup to check GOMODCACHE, changed escapping before pk… by @pratik-anurag in #190 - add docs by @anistark in #192
1 parent 89c3f7d commit d8614bc

5 files changed

Lines changed: 1025 additions & 675 deletions

File tree

devel/feluda/Makefile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
# $NetBSD: Makefile,v 1.18 2025/12/30 19:06:19 pin Exp $
1+
# $NetBSD: Makefile,v 1.19 2026/01/26 10:30:12 pin Exp $
22

3-
DISTNAME= feluda-1.11.0
3+
DISTNAME= feluda-1.11.1
44
CATEGORIES= devel
55
MASTER_SITES= ${MASTER_SITE_GITHUB:=anistark/}
66
GITHUB_TAG= v${PKGVERSION_NOREV}
@@ -15,7 +15,7 @@ LICENSE= mit
1515

1616
.include "cargo-depends.mk"
1717

18-
RUST_REQ= 1.70.0
18+
RUST_REQ= 1.85.0
1919
USE_LANGUAGES+= c c++
2020
USE_TOOLS+= pkg-config perl gmake
2121

0 commit comments

Comments
 (0)