mirror of
https://github.com/phil-opp/blog_os.git
synced 2025-12-20 07:57:49 +00:00
Use upstream lazy static as it has a spin_no_std feature now (#158)
This commit is contained in:
@@ -6,4 +6,7 @@ version = "0.1.0"
|
||||
[dependencies]
|
||||
linked_list_allocator = "0.2.0"
|
||||
spin = "0.3.5"
|
||||
once = "0.2.0"
|
||||
|
||||
[dependencies.lazy_static]
|
||||
version = "0.2.1"
|
||||
features = ["spin_no_std"]
|
||||
|
||||
Reference in New Issue
Block a user