aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNatasha Moongrave <natasha@256phi.eu>2026-03-10 12:37:00 +0100
committerNatasha Moongrave <natasha@256phi.eu>2026-03-10 12:37:00 +0100
commit6204136c0ed66c8290deb4f2122f607a3861aa8c (patch)
treeed1e65e892d1f8f5b6812eab8f56d7b18a11722a
parent0ce3b469664425e2c35a26f7ad8dbb4a016233bb (diff)
updated cargo.lock with newest dependencies
-rw-r--r--StrixKernel/Cargo.lock10
1 files changed, 10 insertions, 0 deletions
diff --git a/StrixKernel/Cargo.lock b/StrixKernel/Cargo.lock
index 4339935..291827f 100644
--- a/StrixKernel/Cargo.lock
+++ b/StrixKernel/Cargo.lock
@@ -36,6 +36,15 @@ dependencies = [
]
[[package]]
+name = "pic8259"
+version = "0.10.4"
+source = "registry+https://github.com/rust-lang/crates.io-index"
+checksum = "cb844b5b01db1e0b17938685738f113bfc903846f18932b378bc0eabfa40e194"
+dependencies = [
+ "x86_64",
+]
+
+[[package]]
name = "rustversion"
version = "1.0.22"
source = "registry+https://github.com/rust-lang/crates.io-index"
@@ -59,6 +68,7 @@ version = "0.1.0"
dependencies = [
"bootloader",
"lazy_static",
+ "pic8259",
"spin 0.5.2",
"uart_16550",
"volatile 0.2.7",