chore: upgrade loom to 0.5.0 (#3697)

This commit is contained in:
Alice Ryhl
2021-04-12 20:28:48 +02:00
committed by GitHub
parent 3a02d34d3a
commit e366cf9b3e
+1 -1
View File
@@ -125,7 +125,7 @@ tempfile = "3.1.0"
async-stream = "0.3"
[target.'cfg(loom)'.dev-dependencies]
loom = { version = "0.4", features = ["futures", "checkpoint"] }
loom = { version = "0.5", features = ["futures", "checkpoint"] }
[build-dependencies]
autocfg = "1" # Needed for conditionally enabling `track-caller`