From dbf17890d8a29a3e3b85b7967b485d0bcbda8ed3 Mon Sep 17 00:00:00 2001 From: Cody Piersall Date: Wed, 26 Aug 2020 21:40:24 -0500 Subject: [PATCH] Revert "Update NNG rev to the latest." This reverts commit 7c2d0e7261d70e0598daceafc0f50dc25c3902a3. Apparently my local tests were terrible, probably problems with picking up old versions of pynng when I thought I was testing against new versions. --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index edbdba4..b767afe 100644 --- a/setup.py +++ b/setup.py @@ -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'