Update atomic_refcell

Required for Debug impl on AtomicRefCell<T>.
This commit is contained in:
Anthony Ramine 2020-03-13 11:15:45 +01:00 committed by Patrick Walton
parent 9fb83d8143
commit 7ade924683
2 changed files with 3 additions and 3 deletions

View file

@ -14,7 +14,7 @@ doctest = false
[dependencies]
app_units = "0.7"
atomic_refcell = "0.1"
atomic_refcell = "0.1.6"
canvas_traits = {path = "../canvas_traits"}
cssparser = "0.27"
embedder_traits = {path = "../embedder_traits"}