kelnos / dht-embedded-rs

Rust embedded-hal driver for DHT11 and DHT22 temperature/humidity sensors
Apache License 2.0
12 stars 7 forks source link

Bump embedded-hal to 1.0.0-rc.1 #6

Closed navaati closed 12 months ago

navaati commented 12 months ago

Hi. esp-idf-hal implements embedde-hal@1.0.0-rc.1 now, which causes incompatibility with this lib. Of course I arrived at exactly the same result as PR #3 from @knightpp, not sure why it was closed, so I added them as Co-authored-by.

kelnos commented 12 months ago

looks good, thank you!

navaati commented 12 months ago

@kelnos ah, that was fast, thank you ! Shall I suggest cutting a release ^^" ? (I don't know how your process works)

kelnos commented 12 months ago

Ah, sorry, meant to comment back here: I released 0.3.0 after merging.

kelnos commented 12 months ago

Heh, looks like I forgot my own process and did the release manually. Oops.

navaati commented 12 months ago

Thanks a lot !