Andreas Wacknitz
2023-11-26 de428b4c0659d3a22d7b354ed9fb463bf95600b6
fix rust dependencies

2 files modified
2 ■■■■■ changed files
components/developer/rust/Makefile 1 ●●●● patch | view | raw | blame | history
components/developer/rust/pkg5 1 ●●●● patch | view | raw | blame | history
components/developer/rust/Makefile
@@ -154,6 +154,7 @@
# Auto-generated dependencies
REQUIRED_PACKAGES += $(GCC_RUNTIME_PKG)
REQUIRED_PACKAGES += $(GXX_RUNTIME_PKG)
REQUIRED_PACKAGES += library/libgit2
REQUIRED_PACKAGES += library/security/openssl-31
REQUIRED_PACKAGES += library/zlib
REQUIRED_PACKAGES += shell/ksh93
components/developer/rust/pkg5
@@ -1,6 +1,7 @@
{
    "dependencies": [
        "developer/lang/rustc",
        "library/libgit2",
        "library/security/openssl-31",
        "library/zlib",
        "runtime/python-39",