Skip to content

Commit

Permalink
Revert "Update NNG rev to the latest."
Browse files Browse the repository at this point in the history
This reverts commit 7c2d0e7.

Apparently my local tests were terrible, probably problems with picking
up old versions of pynng when I thought I was testing against new
versions.
  • Loading branch information
codypiersall committed Aug 27, 2020
1 parent 7c2d0e7 commit dbf1789
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
THIS_DIR = os.path.abspath(os.path.dirname(__file__))

NNG_REPO = 'https://github.com/nanomsg/nng'
NNG_REV = '4f5e11c391c4a8f1b2731aee5ad47bc0c925042a'
NNG_REV = '60198afcb25766a5ca060c9d3c368c4d37ad40da'
MBEDTLS_REPO = 'https://github.com/ARMmbed/mbedtls.git'
MBEDTLS_REV = '04a049bda1ceca48060b57bc4bcf5203ce591421'

Expand Down

0 comments on commit dbf1789

Please sign in to comment.