Skip to content

Commit

Permalink
chore: upgrade loom to 0.5.0 (#3697)
Browse files Browse the repository at this point in the history
  • Loading branch information
Darksonn committed Apr 12, 2021
1 parent 3a02d34 commit e366cf9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tokio/Cargo.toml
Expand Up @@ -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`
Expand Down

0 comments on commit e366cf9

Please sign in to comment.