I would like to use up to date version of the dependencies and discovered that this library is not ready for the latest circuits_i2c version (1.0.1) because of the version constraint {:circuits_i2c, "~> 0.3"}.
The release notes of circuits_i2c look like there are no breaking changes. What do you think updating the version constraint to support the latest circuits_i2c version?
Hi, I just started building the weather station according to this book: https://pragprog.com/titles/passweather/build-a-weather-station-with-elixir-and-nerves/
I would like to use up to date version of the dependencies and discovered that this library is not ready for the latest circuits_i2c version (1.0.1) because of the version constraint
{:circuits_i2c, "~> 0.3"}
.The release notes of circuits_i2c look like there are no breaking changes. What do you think updating the version constraint to support the latest circuits_i2c version?