diff options
Diffstat (limited to 'kernel/Cargo.lock')
-rw-r--r-- | kernel/Cargo.lock | 7 |
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" |