LibertyOS-Development / kernel

The kernel for LibertyOS.
Apache License 2.0
277 stars 12 forks source link

Bump rust nightly version, fix memory assertion error #25

Closed tomshoo closed 1 year ago

tomshoo commented 1 year ago

This PR updates rust nightly version to 1.68.0(2023-01-21), introducing the sparse registry protocol which should significantly improve the initially compile time by reducing the time required to index crates.io.

It also fixes the issue #19 by bumping the version for bootloader crate to v0.9.23.

danielteberian commented 1 year ago

Thank you very much!