mirror of
https://github.com/facebookexperimental/reverie.git
synced 2024-11-24 12:17:50 +00:00
Upgrade heapless 0.7.15 -> 0.8.0
Summary: Sync with fw-rust. Reviewed By: zertosh Differential Revision: D51963086 fbshipit-source-id: 22021abffef9d8815f98b0c6fc3c9d4e3971331f
This commit is contained in:
parent
b5d1131efc
commit
7d08fc8085
1 changed files with 1 additions and 1 deletions
|
@ -10,7 +10,7 @@ license = "BSD-2-Clause"
|
|||
[dependencies]
|
||||
array-macro = "1.0.5"
|
||||
atomic = "0.5.1"
|
||||
heapless = "0.7.15"
|
||||
heapless = "0.8.0"
|
||||
lazy_static = "1.4"
|
||||
libc = "0.2.139"
|
||||
mimalloc = { version = "0.1", default-features = false }
|
||||
|
|
Loading…
Reference in a new issue