From 0f4ab5b50b6d20ac8e41f42896fe11aa08212df3 Mon Sep 17 00:00:00 2001 From: Ivan Kravets Date: Thu, 22 Mar 2018 18:18:03 +0200 Subject: [PATCH] Update Unity tool to 2.4.3 --- HISTORY.rst | 1 + platformio/managers/core.py | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/HISTORY.rst b/HISTORY.rst index 63c5ab84..e912dd8d 100644 --- a/HISTORY.rst +++ b/HISTORY.rst @@ -17,6 +17,7 @@ PlatformIO 3.0 `description `_ option for `Project Configuration File "platformio.ini" `__ (information will be used by `PlatformIO Home `_) +* Updated Unity tool to 2.4.3 * Fixed issue with useless project rebuilding for case insensitive file systems (Windows) * Fixed issue with ``build_unflags`` option when a macro contains value diff --git a/platformio/managers/core.py b/platformio/managers/core.py index f4c1a085..ff54904e 100644 --- a/platformio/managers/core.py +++ b/platformio/managers/core.py @@ -24,7 +24,7 @@ CORE_PACKAGES = { "contrib-piohome": ">=0.9.1,<2", "contrib-pysite": ">=0.2.0,<2", "tool-pioplus": ">=1.1.2,<2", - "tool-unity": "~1.20302.1", + "tool-unity": "~1.20403.0", "tool-scons": "~2.20501.4" }