rust-embedded / linux-embedded-hal

Implementation of the `embedded-hal` traits for Linux devices
Apache License 2.0
232 stars 40 forks source link

Bump embedded-hal to rc 3 #105

Closed tommy-gilligan closed 6 months ago

tommy-gilligan commented 6 months ago

I updated the changelog. I think it maybe makes sense to squash the eh update lines but I didn't want to presume (so no squashing unless you say so)

tommy-gilligan commented 6 months ago

Looks like a transient network failure on CI

eldruin commented 6 months ago

Hmm, could you add sudo apt-get update to the CI here like this?:

run: |
    sudo apt-get update
    sudo apt-get install -y libc6-armhf-cross libc6-dev-armhf-cross gcc-arm-linux-gnueabihf