rust-osdev / bootloader

An experimental pure-Rust x86 bootloader
Apache License 2.0
1.39k stars 212 forks source link

Bump versions to fix build on nightly #379

Closed AarSeBail closed 1 year ago

AarSeBail commented 1 year ago

I've bumped the versions of serde and async-process, and changed gpt to a stable git branch until it recieves a proper version bump. For full details see rust-osdev/bootloader#378. The gpt dependency should be reverted once Quyzi/gpt#91 is resolved, so an issue will need to be opened for that.

phil-opp commented 1 year ago

Thanks for opening this PR! Unfortunately, we cannot use git dependencies for this project because we want to publish to crates.io. So let's hope that @Quyzi releases a new gpt version soon.

AarSeBail commented 1 year ago

Alright, in the meantime my fork is usable as a git dependency.