From ce2333c69c7cefac1626bc558731d7a426fbfce8 Mon Sep 17 00:00:00 2001
From: brahms <brahms@ArchGaming.localdomain>
Date: Wed, 24 Jun 2020 02:51:56 +0200
Subject: [PATCH] extern crate list alloc in main

---
 src/main.rs | 1 +
 1 file changed, 1 insertion(+)

diff --git a/src/main.rs b/src/main.rs
index 2819f81..d9776f8 100644
--- a/src/main.rs
+++ b/src/main.rs
@@ -27,6 +27,7 @@ extern crate subtle;
 #[macro_use]
 extern crate cbor;
 extern crate crypto;
+extern crate linked_list_allocator;
 
 mod ctap;
 mod usb_ctap_hid;
-- 
GitLab