Open kelko opened 2 weeks ago
I had the same issue, and solved this problem by:
[patch.crates-io]
ssd1306 = { git = "https://github.com/rust-embedded-community/ssd1306.git", rev = "f3a2f7aca421fbf3ddda45ecef0dfd1f0f12330e" }
at Cargo.toml see also https://github.com/rust-embedded-community/ssd1306/pull/218
ssd1306
in use (if applicable): 0.9.0 (7ed51935bdc6e9e976d3d9a747e768589eaea0cf26f483213bfededc947c8624)Description of the problem/feature request/other
I have a running local project with ssd1306 crate in version 0.9.0. It all worked fine, until today I wanted a second project with basically the same setup. In the second project the ssd1306 crate just wouldn't compile:
My tests indicate, that the culprit is the update of maybe-async-cfg from 0.2.4 (in the first project) to 0.2.5 (in the second project), as the following diff on the cargo.lock makes the difference between compiling and failing: