Skip to content

Commit

Permalink
Move loom to dev-dependencies (#416)
Browse files Browse the repository at this point in the history
  • Loading branch information
seanmonstar authored Jul 13, 2020
1 parent 2d51809 commit 025bec2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -30,5 +30,5 @@ serde = { version = "1.0.60", optional = true, default-features = false, feature
[dev-dependencies]
serde_test = "1.0"

[target.'cfg(loom)'.dependencies]
[target.'cfg(loom)'.dev-dependencies]
loom = "0.3"

0 comments on commit 025bec2

Please sign in to comment.