Update Unity tool to 2.4.3

This commit is contained in:
Ivan Kravets
2018-03-22 18:18:03 +02:00
parent ca34da51aa
commit 0f4ab5b50b
2 changed files with 2 additions and 1 deletions

View File

@ -17,6 +17,7 @@ PlatformIO 3.0
`description <http://docs.platformio.org/en/latest/projectconf/section_platformio.html#description>`_
option for `Project Configuration File "platformio.ini" <http://docs.platformio.org/page/projectconf/section_platformio.html#build-dir>`__ (information will be used by
`PlatformIO Home <http://docs.platformio.org/page/home/index.html>`_)
* 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

View File

@ -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"
}