Compare commits

..

1 Commits

Author SHA1 Message Date
Robert Lucas
31dbcf833c Merge f894fb15d5 into 4f6558c021 2025-01-16 00:11:54 +00:00
2 changed files with 4 additions and 5 deletions

6
Cargo.lock generated
View File

@@ -1,6 +1,6 @@
# This file is automatically @generated by Cargo. # This file is automatically @generated by Cargo.
# It is not intended for manual editing. # It is not intended for manual editing.
version = 4 version = 3
[[package]] [[package]]
name = "bit_field" name = "bit_field"
@@ -31,9 +31,9 @@ dependencies = [
[[package]] [[package]]
name = "bootloader" name = "bootloader"
version = "0.9.30" version = "0.9.29"
source = "registry+https://github.com/rust-lang/crates.io-index" source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8a9c8b93781debeb5bc44a12adc4be812aa9feb659d60eeafcd7e9bedb549561" checksum = "365861702868e2a37b4247aaecc7bd8f4389baec8d025497ad8ba7ff37ee9440"
[[package]] [[package]]
name = "lazy_static" name = "lazy_static"

View File

@@ -11,6 +11,5 @@
"linker": "rust-lld", "linker": "rust-lld",
"panic-strategy": "abort", "panic-strategy": "abort",
"disable-redzone": true, "disable-redzone": true,
"features": "-mmx,-sse,+soft-float", "features": "-mmx,-sse,+soft-float"
"rustc-abi": "x86-softfloat"
} }