dbrgn / shtcx-rs

Platform agnostic Rust driver for the Sensirion SHTCx temperature/humidity sensors.
Apache License 2.0
13 stars 4 forks source link

Update to embedded-hal 1.0.0 #34

Closed ShakenCodes closed 4 months ago

ShakenCodes commented 7 months ago

Shifts to embedded-hal 1.0.0, and updates to other current dependencies.

lightyear15 commented 4 months ago

Hello @ShakenCodes

I updated your PR in here

BTW the reason why the CI does not start on its own is because it's scheduled, github automatically disables such actions. I removed the schedule entry and manually enabled the action in Action panel of my own repository. I guess @dbrgn should do the same.

dbrgn commented 4 months ago

BTW the reason why the CI does not start on its own is because it's scheduled, github automatically disables such actions.

You're right. Normally I get an e-mail informing me when the pipeline is about to be disabled, and I click the link. However, I probably forgot to do that once. Disabling the scheduled pipeline is probably a good idea (running regular audit checks isn't that important for a simple embedded driver crate like this one).

dbrgn commented 4 months ago

Closing in favor of #36.