summaryrefslogtreecommitdiff
path: root/kernel/Cargo.lock
diff options
context:
space:
mode:
authorNathan Ringo <nathan@remexre.com>2024-08-31 00:46:17 -0500
committerNathan Ringo <nathan@remexre.com>2024-08-31 00:46:17 -0500
commit4617f96a99c0e5dfac1b45b3cff037306e4edc63 (patch)
tree45bf1ae799bbaa1d24bb9970c2c052419b3cec42 /kernel/Cargo.lock
parent15fd8115739da57c6aa64da9a2ac6e0f0b7ba088 (diff)
Adds a static assertion.
Diffstat (limited to 'kernel/Cargo.lock')
-rw-r--r--kernel/Cargo.lock7
1 files changed, 7 insertions, 0 deletions
diff --git a/kernel/Cargo.lock b/kernel/Cargo.lock
index ca8ef0e..71a1b88 100644
--- a/kernel/Cargo.lock
+++ b/kernel/Cargo.lock
@@ -51,6 +51,7 @@ dependencies = [
"either",
"log",
"spin",
+ "static_assertions",
"void",
]
@@ -91,6 +92,12 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6980e8d7511241f8acf4aebddbb1ff938df5eebe98691418c4468d0b72a96a67"
[[package]]
+name = "static_assertions"
+version = "1.1.0"
+source = "registry+https://github.com/rust-lang/crates.io-index"
+checksum = "a2eb9349b6444b326872e140eb1cf5e7c522154d69e7a0ffb0fb81c06b37543f"
+
+[[package]]
name = "syn"
version = "1.0.109"
source = "registry+https://github.com/rust-lang/crates.io-index"