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

4
Cargo.lock generated
View file

@ -166,9 +166,9 @@ checksum = "3c86699c3f02778ec07158376991c8f783dd1f2f95c579ffaf0738dc984b2fe2"
[[package]]
name = "atomic_refcell"
version = "0.1.0"
version = "0.1.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "fb2dcb6e6d35f20276943cc04bb98e538b348d525a04ac79c10021561d202f21"
checksum = "3bc31dce067eab974c815a9deb95f6217806de7b53685d7fc31f8ccf3fb2539f"
[[package]]
name = "atty"