From e8da7b46739251954b0dff379060a66ea9e0703a Mon Sep 17 00:00:00 2001 From: Ivan Kravets Date: Sat, 1 Jul 2017 19:24:10 +0300 Subject: [PATCH] Depend on PIO Core Plus v0.9.1 --- examples | 2 +- platformio/managers/core.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/examples b/examples index 94376304..825210f8 160000 --- a/examples +++ b/examples @@ -1 +1 @@ -Subproject commit 94376304d442f2fc8cf4031f1e055c304e935658 +Subproject commit 825210f89d15612f91465b56bdd1c375060ee91e diff --git a/platformio/managers/core.py b/platformio/managers/core.py index f0836d95..b052c23e 100644 --- a/platformio/managers/core.py +++ b/platformio/managers/core.py @@ -22,7 +22,7 @@ from platformio.managers.package import PackageManager CORE_PACKAGES = { "pysite-pioplus": ">=0.3.0,<2", - "tool-pioplus": ">=0.9.0,<2", + "tool-pioplus": ">=0.9.1,<2", "tool-unity": "~1.20302.1", "tool-scons": "~3.20501.2" }