adafruit / Adafruit_BusIO

Arduino library for I2C & SPI abstractions
MIT License
290 stars 265 forks source link

Version 1.13.2 missing from platformio registry. #126

Closed lemonkey closed 6 months ago

lemonkey commented 6 months ago

Version 1.13.2 no longer exists on the platformio registry.

My project and other libraries like the LTR390 Adafruit library depend on it.

There is no newer version of the LTR390 library on the platformio registry that points to a newer release of the Adafruit_BusIO library either...

caternuson commented 6 months ago

This is a Platform IO issue. They need to update their library registry or something else to fix the dependency breakage on their end. The current release versions of the LTR390 library and the BusIO library should work together. There's generally no need to version lock.

lemonkey commented 6 months ago

@caternuson Thanks. Do you know which of their repos contains the changes that control what versions of the 3rd party libraries appear on their registry? The platformio-registry repo doesn't seem to be it.

lemonkey commented 6 months ago

I forgot you can also specify a specific version from Github as a dependency:

https://github.com/adafruit/Adafruit_BusIO#1.13.2

This issue can be closed, thanks