Run cargo update for linked-list-allocator

To fix build on latest nightly.
This commit is contained in:
Philipp Oppermann
2020-09-24 10:34:22 +02:00
parent aa800ddc83
commit 4e08f97310

4
Cargo.lock generated
View File

@@ -51,9 +51,9 @@ dependencies = [
[[package]]
name = "linked_list_allocator"
version = "0.8.5"
version = "0.8.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "660b26e6156a7d00eefb19052fe1943cf5ab2f353a723a577fad6ba2f99d1f90"
checksum = "84565678e403453d1a27a0886882b3b271701e65146d972d9d7d9a4c4a0ff498"
dependencies = [
"spinning_top",
]