duskmoon314 / aw-pac

Peripheral access API for Allwinner SoCs generated from unofficial SVD file
Apache License 2.0
25 stars 8 forks source link

Issues when building d1-pac due to yanked dependency #28

Closed jspngh closed 1 year ago

jspngh commented 1 year ago

A number of versions of the riscv crate have been yanked, causing issues when building the d1-pac.

The dependency versions should be updated to riscv = "0.10.1" and riscv-rt = "0.11.0". Will the renovate bot do this automatically, or should I create a pull request for this?

duskmoon314 commented 1 year ago

Oh, thanks for reminding me.

I just triggered renovate. I will release 0.0.31 with the deps updated.

duskmoon314 commented 1 year ago

Done

v0.0.31 is released to solve the problem: riscv and riscv-rt are updated

jspngh commented 1 year ago

Thanks a lot!