Skip to content

Commit 964f171

Browse files
kernel: update Cargo.toml
Signed-off-by: Andy-Python-Programmer <[email protected]>
1 parent 46e65c2 commit 964f171

File tree

2 files changed

+17
-2
lines changed

2 files changed

+17
-2
lines changed

src/Cargo.lock

Lines changed: 14 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/aero_kernel/Cargo.toml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,9 @@ cpio_reader = { git = "https://github.com/Andy-Python-Programmer/cpio_reader" }
4141
static_assertions = "1.1.0"
4242
lru = "0.8.0"
4343
bytemuck = "1.12.1"
44-
44+
# the crate is not mainted but who cares it works (tm)!
45+
simple_endian = { git = "https://github.com/michalfita/simple-endian-rs", branch = "bugfix/4/fix-no_std-support-right-way", default_features = false, features = ["bitwise", "comparisons", "format", "math_ops", "neg_ops", "shift_ops", "both_endian", "float_impls", "integer_impls", "byte_impls"] }
46+
byteorder = { version = "*", default-features=false}
4547
limine = { git = "https://github.com/limine-bootloader/limine-rs" }
4648
cfg-if = "1.0"
4749

0 commit comments

Comments
 (0)