From 1800c29b445d5c8f0bd1ec7dec94fabdc5718e12 Mon Sep 17 00:00:00 2001 From: Ivan Kravets Date: Thu, 18 Nov 2021 13:17:26 +0200 Subject: [PATCH] Upgraded build engine to the SCons 4.3 --- HISTORY.rst | 1 + platformio/__init__.py | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/HISTORY.rst b/HISTORY.rst index f4159d22..a5ea55aa 100644 --- a/HISTORY.rst +++ b/HISTORY.rst @@ -12,6 +12,7 @@ PlatformIO Core 5 ~~~~~~~~~~~~~~~~~~ - Improved support for projects located on a network share (`issue #3417 `_, `issue #3926 `_, `issue #4099 `_) +- Upgraded build engine to the SCons 4.3 (`release notes `__) - Fixed an issue with the CLion project generator when a macro contains a space (`issue #4102 `_) - Fixed an issue with the NetBeans project generator when the path to PlatformIO contains a space (`issue #4096 `_) diff --git a/platformio/__init__.py b/platformio/__init__.py index 7c86004d..2aae84dc 100644 --- a/platformio/__init__.py +++ b/platformio/__init__.py @@ -50,7 +50,7 @@ __core_packages__ = { "contrib-piohome": "~3.4.0", "contrib-pysite": "~2.%d%d.0" % (sys.version_info.major, sys.version_info.minor), "tool-unity": "~1.20500.0", - "tool-scons": "~4.40200.0", + "tool-scons": "~4.40300.0", "tool-cppcheck": "~1.260.0", "tool-clangtidy": "~1.120001.0", "tool-pvs-studio": "~7.14.0",