diff --git a/.github/workflows/publish-package.yml b/.github/workflows/publish-package.yml index 6d84209..c8a0f5d 100644 --- a/.github/workflows/publish-package.yml +++ b/.github/workflows/publish-package.yml @@ -9,6 +9,8 @@ jobs: runs-on: ubuntu-latest steps: - uses: actions/checkout@v2 + with: + submodules: true - name: Set up Python uses: actions/setup-python@v2 diff --git a/library.json b/library.json index b1cb063..ed1c162 100644 --- a/library.json +++ b/library.json @@ -29,7 +29,6 @@ "version": "1.2.0", "dependencies": { "ArduinoJson": "^7.1.0", - "uBitcoin": "^0.2.0", "WebSockets": "^2.4.1" } } diff --git a/library.properties b/library.properties index d246073..d0883c6 100644 --- a/library.properties +++ b/library.properties @@ -7,4 +7,4 @@ paragraph=This library allows you to send and receive Nostr events. category=Communication url=https://github.com/riccardobl/nostrduino architectures=esp32 -depends=ArduinoJson (>=6.21.1),uBitcoin (>=0.2.0),WebSockets (>=2.3.5) +depends=ArduinoJson (>=7.1.0),WebSockets (>=2.4.1)