rust-osdev / x86_64

Library to program x86_64 hardware.
https://docs.rs/x86_64
Apache License 2.0
786 stars 130 forks source link

Fix release script #459

Closed josephlr closed 7 months ago

josephlr commented 7 months ago

This switches to using the sparse index as reccomended by: https://crates.io/data-access#api

Once merged, this should automatically release v0.14.12 (see #457).

josephlr commented 7 months ago

Looks like the new script works: https://github.com/rust-osdev/x86_64/actions/runs/7855663174/

Release: https://crates.io/crates/x86_64/0.14.12 Tag: https://github.com/rust-osdev/x86_64/releases/tag/v0.14.12

phil-opp commented 7 months ago

Great, thanks a lot for fixing this!