build: drop miniupnpc dependency

This commit is contained in:
Antoine Poinsot
2024-10-22 00:30:46 +02:00
parent a5fcfb7385
commit a9598e5eaa
6 changed files with 0 additions and 99 deletions

View File

@@ -13,7 +13,6 @@
],
"default-features": [
"wallet",
"miniupnpc",
"zeromq",
"tests",
"qt5"
@@ -31,10 +30,6 @@
"description": "Enable Berkeley DB wallet support",
"dependencies": [ "berkeleydb" ]
},
"miniupnpc": {
"description": "Enable UPnP",
"dependencies": [ "miniupnpc" ]
},
"zeromq": {
"description": "Enable ZMQ notifications",
"dependencies": [ "zeromq" ]