Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Build fails with stable 3.0.0 due to incompatible update in ArduinoJson #689

Open
euphi opened this issue Oct 23, 2020 · 0 comments
Open

Comments

@euphi
Copy link
Member

euphi commented Oct 23, 2020

See https://travis-ci.org/github/euphi/Homie_BareMinimum :

Build fails for stable 3.0.0 because ArduinoJson 6.17.0 introduced an incompatible change.

Develop compiles fine again, because I already fixed this for develop in 90b8872 by changing the dependency to ArduinoJson with a new semver syntax to follow to "minor" version instead of major.
(~6.11.4 instead of ^6.11.4). This needs to be added to release-branch. However version prio to 6.17 seem to be compatible, so maybe we want to go to ~6.16.1 to avoid downgrades in recent installations?

#develop shall be changed to support latest ArduinoJson, I'll open another issue for this.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant